/* Body
----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Microsoft YaHei","Source Han Sans SC","Noto Sans CJK SC","WenQuanYi Micro Hei",Helvetica,Arial,sans-serif;
  height: 100%;
  background-color: #fff;
}
:focus {
  outline: none;
}

/* Typography
----------------------------------------------------------*/
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #d1191a;
  cursor: pointer;
}
a:hover, a:focus {
  color: #d1191a;
  text-decoration: none;
}
a img {
  border: none;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
  line-height: 1.2;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
/* Elements
----------------------------------------------------------*/
img {
  max-width: 100%;
  height:auto;
}
ul, ol{
  list-style-type: none;
  padding:0;
  margin:0;
}
/*-------
select {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #666;
    color: #333;
    background-color: #ffffff;
    height: 35px;
    border-radius: 5px;
}
-----------*/
select::-ms-expand {
  display: none;
}
/* Layout
----------------------------------------------------------*/
.sidebar-content .content-area {
  float: left;
}

/* Tabs
----------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  /*! border-bottom: 1px solid #333; */
}
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-panel {
  clear: both;
  display: none;
}
.tabs .tabs-panel.active {
   -webkit-animation: fadeIn 1 1s ease;
   animation: fadeIn 1 1s ease;
  display: block;
}

/**
 * jQuery UI Auto Complete
 */
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete-loading {
  background: url(img/loading.gif) no-repeat 98% center;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
  background-color: #ffffff;
}
.ui-autocomplete .ui-menu-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #eeeeee;
}
.ui-autocomplete .ui-menu-item a {
  display: block;
  font-weight: 700;
}
.ui-autocomplete .ui-menu-item a:hover {
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item img {
  float: right;
  margin-left: 5px;
  width: 50px;
  height: auto;
}
.ui-autocomplete .ui-menu-item .product-title {
  padding-bottom: 3px;
  display: block;
}
.ui-autocomplete .ui-menu-item .star-rating {
  float: none;
  font-size: 12px;
}
.ui-autocomplete .ui-menu-item .product-price {
  font-weight: 400;
}
.ui-autocomplete .ui-menu-item .product-price ins {
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all:hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  background-image: none;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all .highlight {
  font-weight: 700;
}
.promotion h1,
.promotion h2,
.promotion h3,
.promotion h4,
.promotion h5,
.promotion h6 {
  color: #eee;
  margin: 0;
}
.promotion h3 {
  font-size: 44px;
}
.promotion h5 {
  font-size: 24px;
  line-height: 1.55;
}
.promotion .promotion-content {
  color: #a0a0a0;
  font-size: 14px;
  padding: 30px 0;
  position: relative;
}
.promotion .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: rgba(104, 104, 104, 0.4);
  cursor: pointer;
}

.site-header .logo {
  margin-top: -5px;
  display: inline-block;
}
.site-header .site-title {
  margin: 0;
  height: 0;
  text-indent: -9999px;
}

.header-light .topbar-left .widget:before,
.header-light .topbar-sidebar li:before {
  background-color: #ccc;
}
.header-light .site-header {
  background-color: #ffffff;
}
.header-light .site-header .header-sidebar .ta-product-search-widget form {
  border-width: 1px;
}
.header-light .ta-mini-cart-widget .cart-contents {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #eee;
}
.header-light .ta-mini-cart-widget .cart-contents .arrow {
  color: #ffffff;
}
.page-template-template-homepage .site-content {
    padding: 10px 0 0;
}
.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.footer .menu li{
  display: block;
}
.menu li {
  display: inline-block;
  position: relative;
  list-style-type: none;
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 2000;
  top: 100%;
}
.menu li ul {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: 130%;
  left: 0;
  width: 160px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.menu li ul ul {
  left: 100%;
}
.menu li li {
  display: block;
  float: none;
}
.menu li li:hover > ul {
  top: 0;
}
.menu a {
  display: block;
  position: relative;
}
.menu a i {
  margin: 0 2px;
}
.menu .menu-item-mega {
  position: static;
}
.menu .menu-item-mega:hover .mega-menu-container {
  opacity: 1;
  top: 100%;
  z-index: 1000;
}
.menu .mega-menu-container,
.menu .mega-menu-container.container {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: 130%;
  left: 0;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  z-index: -1;
  opacity: 0;
}
.menu ul.sub-menu li a {
  position: relative;
  padding-left: 25px;
}
.menu ul.sub-menu li a:before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #e7e7e7;
  font-size: 5px;
  position: absolute;
  left: 10px;
  top: 18px;
}
.menu ul.sub-menu li a:hover {
  padding-left: 30px;
}
.menu .mega-sub-menu a {
  display: inline;
  color: rgba(102, 102, 102, 0.8);
  border-left: 1px solid #c81623;
  padding: 0px 0px 0px 10px;
  font-size: 14px;
}
.menu .mega-sub-menu a:hover {
  background-color: transparent;
}
.menu .mega-sub-menu ul {
  width: auto;
  border-width: 0;
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.menu .mega-sub-menu ul ul {
  margin-left: 30px;
}
.menu .mega-sub-menu li {
  padding: 8px 0;
}
.menu .mega-sub-menu li.menu-item-has-icon:before {
  display: none;
}
.menu .mega-sub-menu li:last-child {
  border-bottom-width: 0;
}
.menu .mega-sub-menu li:before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #e7e7e7;
  font-size: 5px;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 10px;
}
.menu .mega-sub-menu .sub-menu li a:before {
  display: none;
}
.menu .mega-sub-menu .sub-menu li:hover > a {
  margin-left: 0;
}
.menu .mega-sub-menu.right {
  float: right;
}
.menu .mega-sub-menu .wpb_row,
.menu .mega-sub-menu .wpb_content_element,
.menu .mega-sub-menu ul.wpb_thumbnails-fluid > li,
.menu .mega-sub-menu .last_toggle_el_margin,
.menu .mega-sub-menu .wpb_button {
  margin-bottom: 0;
}

.main-navigation .menu {
  padding: 0 0 0 267px;
  background-color: #262626;
}
.main-navigation .menu > li {
  float: left;
}
.main-navigation .menu > li > a {
    color: #333;
    text-transform: none;
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    padding: 0px 20px;
    border-left: 1px solid #ccc;
    font-weight:600;
}

body.home .right-attr-info {
  padding: 0 10px;
  background-color: #fff;
}

body.home .row-inner .main-navigation .menu > li :hover {
  background-color: transparent;
}

body.home .row-inner .main-navigation .menu > li + li > a {
  border-left: 1px solid #ccc;
}
.main-navigation .menu > li:hover > a,
.main-navigation .menu > li.current-menu-item > a {
  background-color: #3c3c3c;
  text-decoration: none;
}
.main-navigation .menu > li.menu-item-has-children > a:after {
  margin-left: 10px;
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation .menu > li.menu-item-has-children .menu-item-has-children > a:after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  margin-top: 10px;
  color: #bbb;
}
.main-navigation .menu > li.menu-item-has-children .menu-item-has-children.mega-sub-menu > a:after {
  display: none;
}
.main-navigation .menu .sub-menu li a {
  line-height: 20px;
  padding: 10px 10px 10px 25px;
}
.main-navigation .menu .sub-menu li a:hover {
  padding-left: 30px;
  background-color: transparent;
}
.main-navigation .menu .mega-menu-container li:hover {
  cursor: pointer;
}
.main-navigation .menu .mega-menu-container li:hover > a {
  margin-left: 5px;
  color: #555555;
  text-decoration: underline;
}
.main-navigation .menu .mega-sub-menu li a {
  padding: 0;
}
.main-navigation .menu .mega-sub-menu li a:hover {
  padding-left: 5px;
}
.main-navigation .hot-badge,
.main-navigation .new-badge {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  position: absolute;
  top: -9px;
  right: 10px;
  background-color: #b0d95e;
  padding: 0 6px;
  height: 15px;
  font-size: 9px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.main-navigation .hot-badge:before,
.main-navigation .new-badge:before {
  position: absolute;
  content: '';
  left: 5px;
  bottom: -3px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #b0d95e transparent transparent transparent;
}
.main-navigation .hot-badge {
  background-color: #f08a47;
}
.main-navigation .hot-badge:before {
  border-top-color: #f08a47;
}
.main-navigation li:hover .hot-badge,
.main-navigation li:hover .new-badge {
  top: -15px;
}
.main-navigation li ul {
  border: 1px solid #eeeeee;
  border-bottom-width: 0;
  background-color: #ffffff;
}
.main-navigation li li {
  border-bottom: 1px solid #eeeeee;
}
.main-navigation li li:hover ul {
  top: -1px;
}
.main-navigation li a:hover {
  background-color: #eeeeee;
}
.numeric-navigation {
  text-align: center;
}
.numeric-navigation .prev,
.numeric-navigation .next {
}

.numeric-navigation a,
.numeric-navigation span {
  text-align: center;
  background: #fff;
  color: #333;
  margin-right: 5px;
  border: 1px solid #eee;
  display: inline-block;
  min-width: 25px;
  line-height: 25px;
  padding: 0 2px;
}
.numeric-navigation a:hover,
.numeric-navigation span.current {
  background: #d1191a;
  color: white;
}
#mobile-menu.mobile-menu {
  display: none;
}
/* REV */
.tp-bullets.simplebullets.square-old .bullet {
  width: 20px;
  height: 7px;
  background: #d7d4d4;
  margin-left: 7px;
}
.tp-bullets.simplebullets.square-old .bullet.selected {
  background: #da4b52;
}
.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
  background-image: none;
  width: 48px;
  height: 57px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tp-leftarrow.square-old:before,
.tp-rightarrow.square-old:before {
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 57px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tp-leftarrow.square-old:hover,
.tp-rightarrow.square-old:hover {
  color: #da4b52;
}
.tp-leftarrow.square-old:before {
  content: "\f104";
}
.tp-rightarrow.square-old:before {
  content: "\f105";
}
.rev_slider .custom.tparrows {
  width: 48px;
  height: 57px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rev_slider .custom.tparrows:before {
  line-height: 57px;
  font-size: 18px;
}
.rev_slider .custom.tparrows:hover {
  color: #da4b52;
}
.custom.tp-bullets .tp-bullet {
  width: 20px;
  height: 7px;
  background: #d7d4d4;
  margin-left: 7px;
}
.custom.tp-bullets .tp-bullet.selected {
  background: #da4b52;
}

.site-main .numeric-navigation {
  margin: 20px 0;
}
.site-main .results-navigation {
  float: left;
  line-height: 30px;
}
.site-main .pagination {
  padding-top: 12px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.entry-header .entry-title {
  margin: 0 0 10px;
  font-size: 24px;
  margin-top: 12px;
  font-weight: 700;
}

article .entry-title {
  margin: 0 0 10px;
  font-size: 20px;
  margin-top: 12px;
}

.entry-header .entry-author,
.entry-header .entry-date,
.entry-header .entry-comments {
  margin-right: 10px;
  color: #888;
  font-size: 14px;
}
.entry-header .entry-author i,
.entry-header .entry-date i,
.entry-header .entry-comments i {
  margin-right: 4px;
  color: #888;
}
.entry-header .entry-date a,
.entry-header .entry-comments a {
  color: #888;
}
.article-info>.entry-comments>a.comments-link,.article-info>.entry-author>a.auther-links{
  color: #CCC;
}
.entry-header .entry-author a:hover,
.entry-header .entry-date a:hover,
.entry-header .entry-comments a:hover {
  text-decoration: none;
  color: #d1191a;
}
.entry-header .entry-date i {
  margin-right: 8px;
}
.content-featured>.tags-links {
  display: block;
  padding: 10px 10px;
  font-size: 12px;
  color: white !important;
  margin-top: -25%;
}
.content-featured>.tags-links a {
  color: #fff !important;
  background-color: #888;
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
}
.entry-header .tags-links a:hover {
  text-decoration: none;
  color:#d1191a;
}
.entry-format img {
  display: block;
}
.entry-format iframe {
  width: 100%;
}
.entry-format blockquote,
.entry-format .link-block {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 30px 30px 80px;
  background-color: #27282b;
  line-height: 1.1;
}
.entry-format blockquote:before,
.entry-format .link-block:before {
  position: absolute;
  left: 30px;
  top: 33px;
  color: #ffffff;
}
.entry-format blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
}
.entry-format blockquote cite {
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
.entry-format blockquote a {
  color: #da4b52;
}
.entry-format blockquote a:hover {
  text-decoration: underline;
}
.entry-format .link-block:before {
  font-family: FontAwesome;
  content: "\f0c1";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-format .link-block:hover {
  background-color: #da4b52;
  text-decoration: none;
}
.entry-format .link-block:hover:before {
  color: #ffffff;
}
.entry-footer {
  margin-top: 15px;
}
.format-audio .entry-format iframe {
  height: auto;
}
.format-audio .entry-format .audio-player {
  background-color: #222;
  padding: 10px 0;
}
.comments-area {
  clear: both;
}
.comments-area .comment-reply-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding:20px 0;
}
.comments-area .comment-notes,
.comments-area .form-allowed-tags {
  display: none;
}
.comments-area label {
  font-weight: 400;
}
.comments-area input,
.comments-area textarea {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  background-color: transparent;
}
.comments-area .form-submit{
  text-align:right;
}
.comments-area .submit {
  padding: 10px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  border-radius: 0;
  border: none;
  background-color: #d1191a;
  width: auto;
}
.comments-area .submit:hover {
  background-color: #f44336;
  color: #ffffff;
}
.comments-area .comments-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list .comment {
  clear: both;
  width: 100%;
  margin: 2px 0;
  background-color: #fff;
}
.comments-area .comment-list .comment article {
  padding: 23px 0;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
}
.comments-area .comment-list .comment .children {
  float: left;
  padding: 0;
  list-style: none;
  width: 100%;
}
.comments-area .comment-list .comment .children article {
  padding-left: 60px;
  width: 100%;
}
.comments-area .comment-list .comment .children .children article {
  padding-left: 120px;
}
.comments-area .comment-list .comment .children .children .children article {
  padding-left: 180px;
}
.comments-area .comment-list .comment:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .comment-author {
  padding-right: 15px;
  float: left;
}
.comments-area .comment-list .comment-author .avatar {
  width: 65px;
  height: 65px;
  border-radius: 33px;
  margin-left: 5px;
}
.comments-area .comment-list .comment-meta {
  padding-left: 80px;
}
.comments-area .comment-list .comment-meta .author-name a:hover {
  color: #da4b52;
}
.comments-area .comment-list .comment-meta .comment-reply-link {
  float: right;
  color: #adadad;
}
.comments-area .comment-list .comment-meta .comment-reply-link:hover {
  color: #b0d95e;
}
.comments-area .comment-list .comment-meta .comment-edit-link {
  float: right;
  margin-right: 20px;
}
.comments-area .comment-list .comment-meta .author-posted {
  color: #aaaaaa;
}
.comments-area .comment-list .comment-meta .author-posted:hover {
  color: #da4b52;
}
.comments-area .comment-list > .comment:first-child article {
  border: none;
}
.comments-area .numeric-navigation {
  clear: both;
  padding-top: 30px;
}
.comments-area .comment-respond {
}
.comments-area .comment-content {
  word-break: break-all;
  padding-top: 8px;
}
.comments-area .comment-awaiting-moderation {
  display: block;
}
.content-row .location {
    float: left;
    margin:0;
}
.owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.flexslider .owl-carousel {
  overflow: hidden;
}
.flexslider .owl-carousel:hover .owl-buttons .owl-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider .owl-carousel:hover .owl-buttons .owl-prev:hover {
  opacity: 1;
}
.flexslider .owl-carousel:hover .owl-buttons .owl-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider .owl-carousel:hover .owl-buttons .owl-next:hover {
  opacity: 1;
}

.widget {
  margin-bottom: 10px;
  overflow: hidden;
}
aside .widget{
  overflow: hidden;
}

.widget_tag_cloud{
  background: #fff;
}
.widget_tag_cloud .tagcloud{
  padding: 10px;
}

.widget_tag_cloud a {
  color: #666;
  padding:5px;
}
.widget_tag_cloud a:hover {
  background-color: #d1191a;
  color: #ffffff;
}
.widget .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 4px solid #d1191a;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget table,
.widget select {
  width: 100%;
}
.widget select {
  border: 1px solid #e7e7e7;
  height: 30px;
  background-color: transparent;
}
.widget select option {
  color: #555555;
}
.widget table {
  text-align: left;
  width: 100%;
}
.widget table caption {
  border: 1px solid #e7e7e7;
  border-bottom-width: 0;
  text-align: center;
}
.widget table tr {
  border: 1px solid #e7e7e7;
  border-bottom-width: 0;
  padding: 3px 0;
}
.widget table tr td,
.widget table tr th {
  padding: 0 5px;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.widget_calendar {
  line-height: 26px;
}
.widget_categories li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_meta li,
.widget-recent-comments li {
  border-bottom: solid 1px #e7e7e7;
  padding: 8px 0;
}
.widget_categories li:first-child,
.widget_recent_comments li:first-child,
.widget_rss li:first-child,
.widget_pages li:first-child,
.widget_archive li:first-child,
.widget_nav_menu li:first-child,
.widget_recent_entries li:first-child,
.widget_meta li:first-child,
.widget-recent-comments li:first-child {
  padding-top: 0;
}
.widget_categories .children,
.widget_recent_comments .children,
.widget_rss .children,
.widget_pages .children,
.widget_archive .children,
.widget_nav_menu .children,
.widget_recent_entries .children,
.widget_meta .children,
.widget-recent-comments .children {
  border-top: 1px solid #e7e7e7;
  margin-top: 10px;
  margin-left: 15px;
}
.widget_categories .children li a,
.widget_recent_comments .children li a,
.widget_rss .children li a,
.widget_pages .children li a,
.widget_archive .children li a,
.widget_nav_menu .children li a,
.widget_recent_entries .children li a,
.widget_meta .children li a,
.widget-recent-comments .children li a {
  padding-left: 10px;
}
.widget_categories .children li .children li a,
.widget_recent_comments .children li .children li a,
.widget_rss .children li .children li a,
.widget_pages .children li .children li a,
.widget_archive .children li .children li a,
.widget_nav_menu .children li .children li a,
.widget_recent_entries .children li .children li a,
.widget_meta .children li .children li a,
.widget-recent-comments .children li .children li a {
  padding-left: 20px;
}
.widget_categories .children li .children li:last-child,
.widget_recent_comments .children li .children li:last-child,
.widget_rss .children li .children li:last-child,
.widget_pages .children li .children li:last-child,
.widget_archive .children li .children li:last-child,
.widget_nav_menu .children li .children li:last-child,
.widget_recent_entries .children li .children li:last-child,
.widget_meta .children li .children li:last-child,
.widget-recent-comments .children li .children li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_categories .children li .children .children li a,
.widget_recent_comments .children li .children .children li a,
.widget_rss .children li .children .children li a,
.widget_pages .children li .children .children li a,
.widget_archive .children li .children .children li a,
.widget_nav_menu .children li .children .children li a,
.widget_recent_entries .children li .children .children li a,
.widget_meta .children li .children .children li a,
.widget-recent-comments .children li .children .children li a {
  padding-left: 30px;
}
.widget_categories .children li .children .children li:last-child,
.widget_recent_comments .children li .children .children li:last-child,
.widget_rss .children li .children .children li:last-child,
.widget_pages .children li .children .children li:last-child,
.widget_archive .children li .children .children li:last-child,
.widget_nav_menu .children li .children .children li:last-child,
.widget_recent_entries .children li .children .children li:last-child,
.widget_meta .children li .children .children li:last-child,
.widget-recent-comments .children li .children .children li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_categories .children li:last-child,
.widget_recent_comments .children li:last-child,
.widget_rss .children li:last-child,
.widget_pages .children li:last-child,
.widget_archive .children li:last-child,
.widget_nav_menu .children li:last-child,
.widget_recent_entries .children li:last-child,
.widget_meta .children li:last-child,
.widget-recent-comments .children li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.tabs-widget .tabs-nav li {
  width: 50%;
  border-bottom: none;
  padding-bottom: 0;
}
.tabs-widget .tabs-nav li:last-child {
  width: 50%;
}
.tabs-widget .tabs-nav li:before {
  display: none;
}
.tabs-widget .tabs-nav li a {
  background: transparent;
  color: #333;
  padding: 9px 0;
  text-align: center;
  font-size:14px;
  border: 1px solid rgba(0,0,0,0.1);
  transition: none;
  text-decoration: none;
  font-weight:600;
}
.tabs-widget .tabs-nav li a.active {
  text-decoration: none;
  border-bottom:0;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  padding-bottom: 8px;
}
.tabs-widget .tabs-panel {
  margin-top: -1px; 
  /*padding: 15px 0 20px;*/
  padding: 0;
  border: 1px solid rgba(0,0,0,0.1);
  border-top: 0;
}
.tabs-widget .tab-comments .comment {
  border-bottom: solid 1px #e7e7e7;
  padding: 10px 0;
  overflow: hidden;
}
.tabs-widget .tab-comments .comment-summary {
  font-style: italic;
  margin-bottom: 5px;
}
.recent-post,
.popular-post {
  /* border-bottom: solid 1px #e7e7e7; */
  padding: 0;
  overflow: hidden;
}
.recent-post:last-child,
.popular-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.recent-post .widget-thumb,
.popular-post .widget-thumb {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.recent-post .post-text,.popular-post .post-text {
  margin-bottom: 10px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.require-arc .post-text{
  margin-top: 21px;
  display: block;
  padding-left: 5px;
  white-space: normal;
}
.post-date-view{
  font-size: 12px;
  color: #888;
}
.post-date-view p{
  margin: 0;
}
.single-software .recent-post>.other-software>.post-date-view>p{
  margin: auto;
  line-height: 24px;
}
.recent-post .post-text .post-title,
.popular-post .post-text .post-title {
  /*display: block;*/
  padding-bottom: 5px;
  /*margin-left: 19px;*/
  /*! font-weight: 600; */
  font-size: 14px;
  color: #333;
}
.recent-post .post-text .post-title:hover, .popular-post .post-text .post-title:hover{
  text-decoration: none;
  color: #d1191a;
}
.recent-post .post-text .post-date,
.popular-post .post-text .post-date {
  color: #aaaaaa;
}
.recent-post .post-text .post-comments,
.popular-post .post-text .post-comments {
  display: block;
  color: #aaaaaa;
}
.recent-post .post-text .read-more,
.popular-post .post-text .read-more {
  float: right;
  line-height: 2;
}
.recent-post.thumb-left .widget-thumb,
.popular-post.thumb-left .widget-thumb {
  float: left;
  width: auto;
  margin-right: 10px;
}
.recent-post.thumb-left .post-text,
.popular-post.thumb-left .post-text {
  margin-top: 0;
}
.widget-recent-comments li {
  padding: 20px 0;
  color: #aaaaaa;
}
.widget-recent-comments li a,
.widget-recent-comments li p {
  color: #555555;
}

.site-main .search-form .search-field {
    border: 1px solid #d1191a;
    height: 35px;
}

.site-main .search-form .search-field:focus {
	background: rgb(250, 255, 189);
}

.site-main .search-form label {
  width: 250px;
}

.search-form {
  position: relative;
}
/* .search-form:before {
	content: '\f002';
    font-family: FontAwesome;
    color: #d1191a;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
} */
.search-form .screen-reader-text {
  display: none;
}
.search-form label {
  width: 100%;
}

.search-form .search-field {
    border: 1px solid #d1191a;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    color: #000;
}

.search-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}
.search-form :-moz-placeholder {
  color: #aaaaaa;
}
.search-form ::-moz-placeholder {
  color: #aaaaaa;
}
.search-form :-ms-input-placeholder {
  color: #aaaaaa;
}
.search-form .search-submit {
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 5px;
    border: none;
    /* text-indent: -9999px; */
    font-size: 26px;
    color: #d1191a;
}
.site-main .search-form .search-submit {
    position: relative;
}
.widget_nav_menu .menu {
  border-left: 0px solid #eeeeee;
  border-right: 0px solid #eeeeee;
  background-color: RGBA(100,100,100,0.6);
}
.widget_nav_menu .menu .sub-menu a:before {
  top: 24px;
}
.widget_nav_menu li {
  display: block;
  padding: 0;
}
.widget_nav_menu li a {
  font-size: 14px;
  padding: 15.5px 15px;
}
.widget_nav_menu li i {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.widget_nav_menu li ul {
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
  transition: left 0.3s ease 0s, opacity 0.3s;
  left: 130%;
  top: -1px;
  width: 200px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
.widget_nav_menu li li:last-child {
  border-bottom-width: 0;
}
.widget_nav_menu li:hover > ul {
  top: -1px;
  left: 100%;
}
.widget_nav_menu li.menu-item-has-children > a:after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 12px;
  color: #bbb;
  float: right;
  margin-top: 5px;
}
.widget_nav_menu:first-child {
  margin-top: -90px;
}
.widget_nav_menu:first-child .widget-title {
  color: #ffffff;
  padding: 15px 20px;
  margin-top: 0px;
  margin-bottom: 0;
  background-color: #d1191a;
  /* line-height: 1; */
  font-size: 16px;
}
.widget_nav_menu:first-child .widget-title:after {
  content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  float: right;
  margin-top: 0px;
  line-height: 20px;
}
.wpb_content_element .menu .menu-item-mega,
.primary-sidebar .menu .menu-item-mega {
  position: relative;
}
.wpb_content_element .menu .menu-item-mega:hover,
.primary-sidebar .menu .menu-item-mega:hover {
  z-index: 1000;
}
.wpb_content_element .menu .menu-item-mega:hover .mega-menu-container,
.primary-sidebar .menu .menu-item-mega:hover .mega-menu-container {
  left: 100%;
  top: 0;
}
.wpb_content_element .menu > li > a,
.primary-sidebar .menu > li > a {
  -webkit-transition: none;
  transition: none;
}
.wpb_content_element .menu > li:hover,
.primary-sidebar .menu > li:hover {
  background-color: #da4b52;
  z-index: 1001;
}
.wpb_content_element .menu > li:hover > a,
.primary-sidebar .menu > li:hover > a,
.wpb_content_element .menu > li:hover > a:after,
.primary-sidebar .menu > li:hover > a:after {
  color: #ffffff;
  text-decoration: none;
}
.wpb_content_element .menu .mega-menu-container,
.primary-sidebar .menu .mega-menu-container {
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
  transition: left 0.3s ease 0s, opacity 0.3s;
  top: -1px;
  left: 130%;
}
.wpb_content_element .menu .mega-sub-menu li,
.primary-sidebar .menu .mega-sub-menu li {
  padding: 0;
}
.wpb_content_element .menu .mega-sub-menu li:before,
.primary-sidebar .menu .mega-sub-menu li:before {
  margin-top: 17px;
}
.wpb_content_element .menu .mega-sub-menu li a,
.primary-sidebar .menu .mega-sub-menu li a {
  font-size: 13px;
  line-height: 38px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wpb_content_element .menu .mega-sub-menu li:hover,
.primary-sidebar .menu .mega-sub-menu li:hover {
  cursor: pointer;
}
.wpb_content_element .menu .mega-sub-menu li:hover a,
.primary-sidebar .menu .mega-sub-menu li:hover a {
  padding-left: 5px;
  color: #555555;
  text-decoration: underline;
}
.content-sidebar .primary-sidebar .widget_nav_menu li ul,
.wpb_content_element.right-side .widget_nav_menu li ul {
  -webkit-transition: right 0.3s ease 0s, opacity 0.3s;
  transition: right 0.3s ease 0s, opacity 0.3s;
  left: auto;
  right: 130%;
}
.content-sidebar .primary-sidebar .widget_nav_menu li a:after,
.wpb_content_element.right-side .widget_nav_menu li a:after {
  display: none;
}
.content-sidebar .primary-sidebar .widget_nav_menu li:hover > ul,
.wpb_content_element.right-side .widget_nav_menu li:hover > ul {
  left: auto;
  right: 100%;
}
.content-sidebar .primary-sidebar .widget_nav_menu .menu .menu-item-mega:hover .mega-menu-container,
.wpb_content_element.right-side .widget_nav_menu .menu .menu-item-mega:hover .mega-menu-container {
  left: auto;
  right: 100%;
}
.content-sidebar .primary-sidebar .widget_nav_menu .menu .mega-menu-container,
.wpb_content_element.right-side .widget_nav_menu .menu .mega-menu-container {
  -webkit-transition: right 0.3s ease 0s, opacity 0.3s;
  transition: right 0.3s ease 0s, opacity 0.3s;
  left: auto;
  right: 130%;
}
.ta-product-search-widget form {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
.ta-product-search-widget select,
.ta-product-search-widget input {
  border: none;
}
.ta-product-search-widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 15px;
  width: 90px;
  height: 40px;
  white-space: nowrap;
}
.ta-product-search-widget .product-cat {
  display: inline-block;
  margin-right: -4px;
  width: 115px;
}
.ta-product-search-widget .product-cat:after {
  color: #bbb;
  content: "\f0d7";
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ta-product-search-widget .search-field {
  padding: 0 15px;
  border-left: 1px solid #eeeeee;
}
.ta-product-search-widget .search-submit {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  padding: 12px 15px 13px;
  background-color: #da4b52;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ta-product-search-widget .search-submit:hover {
  background-color: #464646;
}
.ta-mini-cart-widget .mini-cart {
  position: relative;
}
.ta-mini-cart-widget .mini-cart:hover .cart-contents {
  text-decoration: underline;
}
.ta-mini-cart-widget .mini-cart:hover .arrow .fa {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ta-mini-cart-widget .mini-cart:hover .widget_shopping_cart_content {
  display: block;
}
.ta-mini-cart-widget .cart-contents {
  display: block;
  position: relative;
  height: 40px;
  padding: 10px 55px 10px 15px;
  background-color: #464646;
  color: #ffffff;
}
.ta-mini-cart-widget .cart-contents .fa-shopping-cart {
  font-size: 16px;
  margin-right: 5px;
}
.ta-mini-cart-widget .cart-contents .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  background-color: #da4b52;
}
.ta-mini-cart-widget .cart-contents .arrow .fa {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  font-size: 12px;
}
.ta-mini-cart-widget .widget_shopping_cart_content {
  -webkit-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
  position: absolute;
  display: none;
  top: 40px;
  right: 0;
  width: 100%;
  padding: 15px;
  border-top: 3px solid #da4b52;
  background-color: #ffffff;
  z-index: 100;
}
.ta-mini-cart-widget .widget_shopping_cart_content li {
  padding: 5px 0;
  clear: both;
  overflow: hidden;
}
.ta-mini-cart-widget .widget_shopping_cart_content img {
  float: right;
  margin-left: 5px;
  width: 40px !important;
}
.ta-mini-cart-widget .widget_shopping_cart_content a {
  display: block;
  font-weight: 700;
}
.ta-mini-cart-widget .widget_shopping_cart_content .remove {
  display: none;
}
.ta-mini-cart-widget .widget_shopping_cart_content .total {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.ta-mini-cart-widget .widget_shopping_cart_content .total .amount {
  float: right;
  font-weight: 600;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons {
  margin: 0;
  overflow: hidden;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a {
  padding: 10px 12px;
  background-color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  font-weight: 400;
  border: none;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 10px 0;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a:hover {
  background-color: #da4b52;
  color: #ffffff;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a:hover {
  background-color: #da4b52;
  color: #ffffff;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a:hover {
  text-decoration: none;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a.checkout {
  float: right;
  padding: 10px 12px;
  background-color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  border: none;
  font-size: 12px;
  background-color: #da4b52;
  padding: 10px 0;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a.checkout:hover {
  background-color: #da4b52;
  color: #ffffff;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a.checkout:hover {
  background-color: #da4b52;
  color: #ffffff;
}
.ta-mini-cart-widget .widget_shopping_cart_content .buttons a.checkout:hover {
  background-color: #333333;
}
.widget_wysija p label {
  display: none;
}
.widget_wysija .wysija-input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #FFF;
  color: #333;
  border: none;
  padding: 0 15px;
}
.widget_wysija .wysija-submit {
  padding: 5px;
  color: #d1191a;
  font-weight: 600;
}

.widget_wysija .wysija-submit:hover {
-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
-webkit-transform: translate3d(0, -2px, 0);
transform: translate3d(0, -2px, 0);
}

.menu-item h5, .menu-item a {
  color: white;
  font-size: 1em;
  vertical-align: middle;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  cursor: pointer;
}
.topbar .menu-item a:hover {
  color: #f75253;
}
.topbar .menu-item.active a {
  color: #f75253;
}
.parent-menu a {
  line-height: unset;
}
.parent-menu h5:after {
  color: white;
  content: ' ▼';
  font-size: 0.75em;
  vertical-align: middle;
}
.parent-menu ol {
  top: 25px;
  width: 120%;
  display: none;
  padding: 2px 3px;
  margin-left: -25%;
  background: white;
  position: absolute;
}
.parent-menu ol .menu-item-href {
  color: black;
  display: block;
  cursor: pointer;
  margin: 2px 0px;
  background: unset;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.parent-menu ol .menu-item-href:hover {
  color: #d1191a;
  background: rgba(0,0,0,0.05);
}

.parent-menu:hover ol {
  display: block;
  -webkit-box-shadow: 0px 0px 5px 0px #cecece;
  -moz-box-shadow: 0px 0px 5px 0px #cecece;
  box-shadow: 0px 0px 5px 0px #cecece;
}
.header-sidebar .widget {
  float: right;
  margin-right: 30px;
  margin-bottom: 0;
}
.header-sidebar .widget:first-child {
  margin-right: 0;
}
.header-sidebar .ta-product-search-widget form {
  border-width: 0;
  width: 570px;
}
.header-sidebar .ta-product-search-widget .search-field {
  width: 65%;
}
.header-sidebar .ta-mini-cart-widget + .ta-product-search-widget {
  margin-right: 65px;
}
.widget-area .ta-product-search-widget form {
  overflow: hidden;
  border: none;
}
.widget-area .ta-product-search-widget .product-cat {
  width: 100%;
  border: 1px solid #eeeeee;
}
.widget-area .ta-product-search-widget .product-cat select {
  width: 90%;
}
.widget-area .search-field {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 10px 15px;
}
.widget-area .search-submit {
  float: left;
}
.footer-sidebar {
  color: #FFF;
}
.footer-sidebar a {
  color: #fff;
  text-decoration: none;
}
.footer-sidebar a:hover {
  color: #fff;
}
.footer-sidebar li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 10px;
  border-bottom-width: 0;
}
.footer-sidebar li:before {
  content: "\f0da";
  margin-right: 10px;
  color: #bababa;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
}
.footer-sidebar li:hover {
  padding-left: 10px;
}
.footer-sidebar li:hover:before {
  color: #eeeeee;
}
.footer-sidebar li:last-child {
  padding-bottom: 0;
}
.footer-sidebar .widget:last-child {
  margin-bottom: 0;
}
.footer-sidebar .widget-title {
  color: #fff;
}
.footer-sidebar .widget_nav_menu .widget-title {
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
}
.footer-sidebar .widget_nav_menu:first-child {
  margin-top: 0;
}
.footer-sidebar .widget_nav_menu:first-child .widget-title:after {
  display: none;
}
.footer-sidebar .widget_nav_menu .menu {
  border: none;
}
.footer-sidebar .widget_nav_menu .menu li.menu-item-has-children > a:after {
  display: none;
}
.footer-sidebar .widget_nav_menu .menu li li a {
  padding-left: 0;
}
.footer-sidebar .widget_nav_menu .menu li li a:before {
  display: none;
}
.footer-sidebar .widget_nav_menu .menu ul {
  position: static;
  border-width: 0;
  margin: 5px 0 0 30px;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  background-color: transparent;
}
.footer-sidebar .widget_nav_menu li a {
  padding: 0;
  display: inline;
  font-size: 13px;
}
.footer-sidebar .widget_categories .children,
.footer-sidebar .widget_recent_comments .children,
.footer-sidebar .widget_rss .children,
.footer-sidebar .widget_pages .children,
.footer-sidebar .widget_archive .children,
.footer-sidebar .widget_nav_menu .children,
.footer-sidebar .widget_recent_entries .children,
.footer-sidebar .widget_meta .children,
.footer-sidebar .widget-recent-comments .children {
  border-top-width: 0;
}
.footer-sidebar .widget_wysija {
  margin-top: -10px;
}
.vc_wp_custommenu .widget_nav_menu {
  margin-bottom: 0;
}
.footer-ads {
  background-color: #f7f7f7;
  padding: 25px 0;
}
.site-footer {
  background: url(img/footer-bg.jpg) center center;
}

.site-footer .qr-section{
  text-align: center;
}

.footer-widgets {
  padding: 40px 0 20px;
  background: #44494b;
}
.footer-sidebar-2 .textwidget>ul>div>a:hover{
  color: #f68c1f;
}
.site-info {
  color: #ccc;
  padding: 0;
  background: #333;
}
.site-info hr {
  margin: 0 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-info a {
  color: #ccc;
}
.site-info a:hover {
  color: #fff;
}
.site-info>.container{
  text-align: center;
}
.footer-menu li {
  padding: 0 10px;
  margin-right: -4px;
  border-right: 1px solid #444;
}
.footer-menu li:first-child {
  padding-left: 0;
}
.footer-menu li:last-child {
  padding-right: 0;
  border-right-width: 0;
}
.footer-menu li ul {
  display: none;
}
.footer-menu a {
  line-height: 15px;
}

.footer-sub-menu li:first-child a{
  color: #666;
  font-weight: bold;
}

.social-icons {
  position: fixed;
  right: -120px;
  top: 150px;
  z-index: 999;
  width: 160px;
}
.social-icons a {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  color: #ffffff;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 40px;
}
.social-icons a .fa {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.social-icons a span {
  font-size: 11px;
  white-space: nowrap;
  position: relative;
  top: -3px;
}
.social-icons a:hover {
  margin-left: -120px;
}

.backtotop {
  bottom: 92px;
  height: 40px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 9999;
  cursor: pointer;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 38px;
  display: none;
  color: #d1191a;
  border: 1px solid #d1191a;
}

.backtotop:hover {
  background-color: #f44336;
  color: #ffffff;
}

.showmore{
	position: absolute;
	right:0px;
	top:3px;
}
.vc_row.vc_row-fluid {
/*   margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; */
}
.vc_row.vc_row-fluid .vc_row-fluid {
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
}
.vc_row .container {
/*   padding-left: 0;
  padding-right: 0; */
  /*width: 100%;*/
}
.vc_row .container .vc_inner .container {
	/*width: 100%;*/
/*   width: 100%;
  padding-left: 15px;
  padding-right: 15px; */
}
.vc_row .container-fluid {
  /* padding-left: 0;
  padding-right: 0; */
}
.vc_row .container-fluid > .vc_col-sm-12 {
  /* padding-left: 0;
  padding-right: 0; */
}
ul.search-post-type.btn-group.btn-group-justified{
	padding-left:0;
}

.icon-box {
  border: 1px solid #efefef;
  padding: 18px 20px;
  background-color: #ffffff;
}
.icon-box:hover .b-icon {
  -webkit-animation: bounceIn 1s linear infinite alternate;
  animation: bounceIn 1s linear infinite alternate;
}
.icon-box .b-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  float: left;
  margin-right: 15px;
  background: #da4b52;
  color: #ffffff;
  font-size: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.icon-box .icon-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0 5px;
  margin: 0;
}
.icon-box .icon-subtitle {
  font-size: 14px;
}
.icon-box .box-content {
  padding-top: 15px;
}
.icon-box .icon-read-more {
  padding-top: 10px;
  color: #aaaaaa;
  display: inline-block;
}
.icon-box .icon-read-more .fa {
  margin-left: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1;
  padding-left: 1px;
}
.icon-box .icon-read-more:hover {
  text-decoration: underline;
  color: #aaaaaa;
}
.icon-box .icon-read-more:hover .fa {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-box.icon-top {
  padding: 0;
  border: 0;
}
.icon-box.icon-top:hover .b-icon {
  -webkit-animation: none;
  animation: none;
}
.icon-box.icon-top .box-icon {
  text-align: center;
}
.icon-box.icon-top .box-icon .b-icon {
  display: block;
  height: 190px;
  line-height: 190px;
  width: 100%;
  text-align: center;
  float: none;
  margin-right: 0;
  background-color: #f6f6f6;
  color: #666666;
  font-size: 48px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.icon-box.icon-top .box-icon .b-icon:hover {
  background-color: #da4b52;
  color: #ffffff;
}
.icon-box.icon-top .icon-title {
  text-align: center;
  font-size: 16px;
  text-transform: inherit;
}
.icon-box.icon-top .box-content {
  padding-top: 0;
  text-align: center;
}
.icon-box.icon-top .icon-read-more {
  text-align: center;
  display: inline-block;
}
.icon-box.icon-top .icon-read-more:hover {
  text-decoration: underline;
  color: #aaaaaa;
}
.icon-box.icon-box-address {
  border: none;
  padding: 0;
  padding: 7px 0;
}
.icon-box.icon-box-address .box-icon {
  overflow: hidden;
}
.icon-box.icon-box-address .b-icon {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  color: #da4b52;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  line-height: 16px;
}
.icon-box.icon-box-address .icon-title {
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

@media only screen and (max-width: 1200px) and (min-width: 480px) {
  /*------------header头部的排版位置---------------*/
  #menu-rfj-main-menu > li:nth-child(4) {
    float: none !important;
    margin-right: 51px;
    margin-top: 0px !important;
  }

  body.home .row-inner .main-navigation .menu > li > a {
    padding: 0px 24px;
    margin: 10px 0;
  }
  /*----------------------------------*/
  .site-main .col-left {
    margin-left: 12.5%;
  }
  .header-sidebar .ta-mini-cart-widget + .ta-product-search-widget {
    margin-right: 0;
    margin-top: 10px;
  }

  .entry-header .companyinfo .plugin-info {
    padding:0;
  }
  .more{
    display: none;
  }

}

@media only screen and (max-width: 992px) {
  body.home .row-inner .main-navigation .menu > li > a {
    padding: 0px 10px;
    margin: 10px 0;
  }

  .software-list>.son-list{
    width: 140px !important;
  }
  .parent1>.son{
    width: 140px !important;
  }
  .parent>.son{
    width: 140px !important;
  }
  #main .col-left {
    margin-left: -1.5% !important;
  }
}
@media only screen and (width: 768px) {
  /*body.home article>.entry-content>.vc_row>.container>.row>.vc_hidden-xs {*/
    /*display: none!important;*/
  /*}*/
  /*body.home article>.entry-content>.vc_row>.container>.row>.vc_col-sm-3 {*/
    /*width: 100% !important;*/
  /*}*/
}
@media only screen and (max-width: 768px) {
  /*------------------首页的右侧边图片--------------*/
  .main-right-three {
    display: none;
  }

  /*---------------------------------------------*/
  .content-featured{
    height: 300px !important;
  }
  .site-header>.container+.row{
    display: none !important;
  }
  /*--------------------------询价页面---------------------------*/
  .ask-price .card .card-cont .listul li {
    line-height: 28px;
    padding: 8px 0 8px 10px;
    display: flex;
    flex-direction: column;
  }
  /*-------------侧边在线客服-------------*/
  #newBridge #nb_icon_wrap.nb-icon-right-center{
    top: 65% !important;
  }
  #newBridge #nb_icon_wrap.nb-icon-right-center.nb-icon-wrap-base{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
  }
  /*.user-head-fix{*/
    /*top: 40%;*/
  /*}*/


  /*-------------------------------------*/
  .post-type-archive-requirement #primary-sidebar,.post-type-archive-job #primary-sidebar{
    display: block;
  }
  .post-type-archive-requirement #primary-sidebar .widget.tabs-widget,
  .post-type-archive-job #primary-sidebar .widget.tabs-widget{
    display: none;
  }
  .footer-sidebar li::before {
    content: "" !important;
  }
  .footer-sidebar-3.footer-sidebar.col-xs-6.col-sm-4{
    padding: 0;
  }
  /*.spacing-img-first,.spacing-img-second{*/
    /*display: none;*/
  /*}*/
  /*.spacing-img-third{*/
    /*width: 100%; !important;*/
  /*}*/

  .mobile-especially{
    width: 100%;
  }
  .site-content .myfavorite-category{
    width: 25% !important;
    margin-top: 0px;
    background-color: rgba(0,0,0,0);
  }
  #page.hfeed.site{
    margin-bottom: 70px !important;
  }
  .search-results .site-header{
    display: block;
  }
  .search-results .site-header .site-branding.col-xs-3{
    width: 100%;
  }
  .search-results .site-header .header-sidebar.widgets-area.header-search{
    width: 100%;
  }
  .search-results .site-header ul.search-post-type>.btn-group>button{
    font-size:10px;
  }
  input {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    width: 100%;
  }
  .topbar-right {
    text-align: left;
  }
  .topbar-right .menu li:first-child {
    padding-left: 0;
  }
  .topbar-right .widget {
    float: none;
  }
  .topbar-sidebar #lang_sel ul ul {
    z-index: 100;
  }
  .site-branding,
  .header-sidebar {
    text-align: center;
  }
  .header-sidebar .widget {
    float: none;
  }
  .header-sidebar .widget.ta-mini-cart-widget {
    width: 230px;
    margin: 10px auto 0;
  }
  .header-sidebar .widget.ta-product-search-widget form {
    margin: 0 auto;
  }
  .header-sidebar .ta-product-search-widget form {
    width: 100%;
  }
  .header-sidebar .ta-product-search-widget .search-field {
    width: 45%;
  }
  .site-info {
    text-align: center;
  }
  .site-info .text-right {
    margin-top: 10px;
    text-align: center;
  }
  .social-icons {
    display: none;
  }
  .content-area .comments-area {
    padding-top: 30px;
  }
  .content-area .comments-area .comment-list {
    float: none;
  }
  .content-area .comments-area .comment-list .children {
    margin: 0;
    padding: 20px 0 0;
  }
  .content-area .comments-area .comment-list .children .comment-body {
    padding-bottom: 20px;
  }
  .content-area .comments-area .comment-list .children article {
    padding-left: 0;
  }
  .content-area .comments-area .comment-list .children .children article {
    padding-left: 0;
  }
  .content-area .comments-area .comment-list .children .children .children article {
    padding-left: 0;
  }
  .content-area .comments-area .comment-list .comment-reply-link,
  .content-area .comments-area .comment-list .comment-edit-link {
    padding-left: 0;
  }
  .products-carousel-2 .owl-buttons {
    display: none;
  }

  .page-template-template-full-width .site-content > .vc_row > .container,
  .page-template-template-homepage .site-content > .vc_row > .container {
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
  }
  .widget_nav_menu:first-child {
    margin-top: 15px;
  }
  .site-header .main-navigation {
    background-color: #262626;
  }
  .site-header .navbar-toggle {
    display: inline-block;
    float: none;
    color: #ffffff;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    text-decoration: none;
  }
  .site-header .navbar-toggle i {
    font-size: 22px;
    float: left;
    margin-top: 3px;
    padding-right: 10px;
  }
  .user-center-first{
    display: none;
  }
  .user-container>.row>#site-navigation .ucenter{
    display: block;
    overflow-y:auto;
    padding:0 !important;
    max-height: none;
  }
  .user-container>.row>#site-navigation,.single.singular #masthead .user-container>.row.user-center-second #site-navigation{
    margin-left: 0 !important;
  }
  .user-container>.user-center-second,.user-container>.row>#site-navigation{
    padding: 0;
  }
  .user-container>.user-center-second{
    margin: 0;
  }
  .ucenter .me-head{
    margin-left: 0;
  }
  .ucenter .me-head>.me-link>img{
    width: 50px !important;
    height: 50px !important;
    margin-bottom: -25px !important;
  }
  .ucenter .me-head .fa.fa-cog{
    font-size: 17px !important;
    bottom: -25px !important;
  }
  .ucenter > ul > li{
    width: auto!important;
    clear:none !important;
  }
  .primary-menu {
    display: none;
    float: none;
    max-height: 340px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .primary-menu .menu {
    float: none;
    padding: 0;
    text-align: left;
  }
  .primary-menu .menu li {
    padding: 0;
    width: 100%;
    clear: both;
    border: none;
  }
  .primary-menu .menu li.menu-item-has-children {
    border: none;
  }
  .primary-menu .menu li.menu-item-has-children .menu-item-has-children > a:after {
    display: none;
  }
  .primary-menu .menu li:before {
    background: none;
  }
  .primary-menu .menu li:hover > a,
  .primary-menu .menu li.current-menu-item > a {
    background-color: transparent;
  }
  .primary-menu .menu li > a {
    padding: 0 10px;
  }
  .primary-menu .menu li ul,
  .primary-menu .menu li .mega-menu-container,
  .primary-menu .menu li .mega-menu-container.container {
    display: block;
    opacity: 1;
    position: relative;
    visibility: inherit;
    border: none;
    z-index: 1;
    width: 100% !important;
    background-color: transparent;
  }
  .primary-menu .menu li ul li,
  .primary-menu .menu li .mega-menu-container li,
  .primary-menu .menu li .mega-menu-container.container li {
    float: left;
    background: none;
    padding-bottom: 0;
    padding-left: 10px;
    border: none;
  }
  .primary-menu .menu li ul li a,
  .primary-menu .menu li .mega-menu-container li a,
  .primary-menu .menu li .mega-menu-container.container li a {
    font-weight: 400;
    color: #f5f5f5;
  }
  .primary-menu .menu li ul li ul,
  .primary-menu .menu li .mega-menu-container li ul,
  .primary-menu .menu li .mega-menu-container.container li ul {
    left: 0;
  }
  .primary-menu .menu li .mega-menu-container,
  .primary-menu .menu li .mega-menu-container.container {
    padding: 0 10px;
  }
  .primary-menu .menu li .mega-menu-container li:hover:before,
  .primary-menu .menu li .mega-menu-container.container li:hover:before {
    display: inline-block;
  }
  .primary-menu .menu li .mega-menu-container li:hover > a,
  .primary-menu .menu li .mega-menu-container.container li:hover > a {
    margin-left: 0;
  }
  .primary-menu .menu li .mega-menu-container li:hover > a:before,
  .primary-menu .menu li .mega-menu-container.container li:hover > a:before {
    display: none;
  }
  .primary-menu .menu ul.sub-menu li:hover > a {
    margin-left: 0;
  }
  .primary-menu .menu ul.sub-menu li:hover > a:before {
    display: inline-block;
  }
  .primary-menu .menu .mega-sub-menu > a {
    padding-top: 0;
    color: #f5f5f5;
  }
  .primary-menu .menu .mega-sub-menu > .menu-item-content {
    display: none;
  }
  .primary-menu .new-badge,
  .primary-menu .hot-badge {
    display: none;
  }
  .menu .mega-menu-container,
  .menu .mega-menu-container.container,
  .menu .menu-item-mega:hover .mega-menu-container,
  .menu li ul,
  .menu li:hover > ul {
    top: -60px;
  }
  
  .primary-menu .menu li ul li ul,
  .primary-menu .menu li .mega-menu-container li ul,
  .primary-menu .menu li .mega-menu-container.container li ul {
    left: 10px;
  }
  div.col-product-categories {
    margin-top: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #262626;
    width: 103% !important;
    margin-bottom: 10px;
  }
  div.col-product-categories .widget_nav_menu .widgettitle {
    float: left;
    background-color: #262626;
    cursor: pointer;
    line-height: 26px;
    padding: 10px 15px;
  }
  div.col-product-categories .widget_nav_menu .widgettitle:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-top: 2px;
    font-size: 22px;
    padding-right: 10px;
  }
  div.col-product-categories .widget_nav_menu .widgettitle:after {
    display: none;
  }
  div.col-product-categories .widget_nav_menu .menu {
    clear: both;
  }
  div.col-product-categories .wpb_content_element .menu li a {
    color: #f5f5f5;
  }
  div.col-product-categories .wpb_content_element .menu li:hover a {
    color: #f5f5f5 !important;
  }
  .wpb_content_element .menu,
  .primary-sidebar .menu {
    border: none;
    max-height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .wpb_content_element .menu li,
  .primary-sidebar .menu li {
    border: none;
  }
  .wpb_content_element .menu li a,
  .primary-sidebar .menu li a {
    padding: 8px 15px;
  }
  .wpb_content_element .menu li:hover,
  .primary-sidebar .menu li:hover {
    background-color: transparent !important;
  }
  .wpb_content_element .menu li:hover a,
  .primary-sidebar .menu li:hover a {
    background-color: transparent;
    color: #555555;
  }
  .wpb_content_element .menu > li > a,
  .primary-sidebar .menu > li > a {
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 0;
  }
  .wpb_content_element .menu > li:first-child a,
  .primary-sidebar .menu > li:first-child a {
    padding-top: 15px;
  }
  .wpb_content_element .menu .menu-item-mega .mega-menu-container,
  .primary-sidebar .menu .menu-item-mega .mega-menu-container {
    position: relative;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    border: none;
    padding-top: 0;
    width: 100% !important;
  }
  .wpb_content_element .menu .menu-item-mega .mega-menu-container li:hover:before,
  .primary-sidebar .menu .menu-item-mega .mega-menu-container li:hover:before {
    display: inline-block;
  }
  .wpb_content_element .menu .menu-item-mega .mega-menu-container li:hover a,
  .primary-sidebar .menu .menu-item-mega .mega-menu-container li:hover a {
    padding-left: 0;
    margin-left: 0;
  }
  .wpb_content_element .menu .menu-item-mega .mega-menu-container li:hover a:before,
  .primary-sidebar .menu .menu-item-mega .mega-menu-container li:hover a:before {
    display: none;
  }
  .wpb_content_element .menu .menu-item-mega:hover .mega-menu-container,
  .primary-sidebar .menu .menu-item-mega:hover .mega-menu-container {
    left: 0;
  }
  .wpb_content_element .menu .menu-item-mega:hover > a,
  .primary-sidebar .menu .menu-item-mega:hover > a {
    text-decoration: underline;
  }
  .wpb_content_element .menu li.menu-item-has-children > a:after,
  .primary-sidebar .menu li.menu-item-has-children > a:after {
    content: "\f0d7";
  }
  .wpb_content_element .menu .mega-sub-menu .menu-item-content,
  .primary-sidebar .menu .mega-sub-menu .menu-item-content {
    display: none;
  }
  .wpb_content_element .menu ul.sub-menu,
  .primary-sidebar .menu ul.sub-menu {
    background-color: transparent;
    margin-left: 25px;
    position: relative;
    width: 98%;
    visibility: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    border: none;
  }
  .wpb_content_element .menu ul.sub-menu li,
  .primary-sidebar .menu ul.sub-menu li {
    border: none;
  }
  .wpb_content_element .menu ul.sub-menu li:hover > a,
  .primary-sidebar .menu ul.sub-menu li:hover > a {
    margin-left: 0;
  }
  .wpb_content_element .menu ul.sub-menu li:hover > a:before,
  .primary-sidebar .menu ul.sub-menu li:hover > a:before {
    display: inline-block;
  }
  .primary-sidebar .menu li:hover a {
    color: #555;
  }
  .top-promotion {
    display: none;
  }
  .ta-mini-cart-widget .mini-cart:hover .widget_shopping_cart_content {
    display: none;
  }
  .shop-toolbar .pager {
    border: none;
    padding: 0;
    margin-top: 5px;
  }
  .icon-box {
    margin-bottom: 15px;
  }
  .payment-method {
    margin-bottom: 8px;
    display: inline-block;
  }

  .now-date{
    font-size: 20px !important;
    color: #fff;
  }
  .software-list>.son-list{
    width: 140px !important;
  }
  .parent1>.son{
    width: 140px !important;
  }
  .parent>.son{
    width: 140px !important;
  }
  
  .site-header .logo {
    max-width: 170px;
    width: 170px;
}

  .site-header>#site-navigation{
    display: none;
  }
  .site-header .header-sidebar.widgets-area.header-search>#search-2{
    width: 80%;
    padding-top:4px;
  }
  .site-header .header-sidebar.widgets-area.header-search>#search-2>.search-form>label>.search-field{
    height: 30px;
  }
  .site-header .header-sidebar.widgets-area.header-search>#search-2>.search-form>.search-submit>i{
    font-size: 20px;
  }
  .site-header .header-sidebar.widgets-area.header-search>#search-2>.search-form>.search-submit{
    width: 25px;
    height: 35px;
    top:-7px;
  }
  .single.singular #masthead .primary-menu .menu li {
    width: auto;
    clear: none;
  }
  .post-type-archive-company .site-header .header-sidebar.widgets-area.header-search>#search-2,
  .post-type-archive-customer .site-header .header-sidebar.widgets-area.header-search>#search-2,
  .post-type-archive-requirement .site-header .header-sidebar.widgets-area.header-search>#search-2
  {
    display: none;
  }
  .post-type-archive-company .site-header .header-sidebar.widgets-area.header-search,
  .post-type-archive-customer .site-header .header-sidebar.widgets-area.header-search,
  .post-type-archive-requirement .site-header .header-sidebar.widgets-area.header-search
  {
    text-align: center;
  }
  .post-type-archive-company .site-header .header-sidebar.widgets-area.header-search .btn-company-submit.pull-right,
  .post-type-archive-customer .site-header .header-sidebar.widgets-area.header-search .btn-company-submit.pull-right,
  .post-type-archive-requirement .site-header .header-sidebar.widgets-area.header-search .btn-company-submit.pull-right
  {
    float: none !important;
  }

  .header-toolbar {
    display: none;
  }

  .widget_nav_menu {
    display: none;
  }
  .footerbar {
    width: 100%;
    height:50px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    margin: 0 !important;
    text-align: center;
    box-shadow: 0 -5px 16px 0 rgb(0 0 0 / 3%);
  }

  .footerbar #mobile-menu.mobile-menu {
    display: inline-block;
    padding: 0;
    width: 100%;
  }

  .footerbar .main-navigation {
    margin: 0;
    width: 100%;
  }

  .footerbar .main-navigation .menu {
    /*background: #f5f5f5;*/
  }

  .footerbar .main-navigation .menu > li {
    width: 20%;
  }
  .footerbar .main-navigation .menu > li.current-menu-item > a{
    background-color: white;
    font-weight: 400;
    color: #d1191a;
    font-size: 12px;
  }
  .footerbar .main-navigation .menu > li > a {
    font-size: 12px;
    color: #888;
    text-transform: none;
    line-height: 26px;
    height: 45px;
    padding: 0;
    font-weight: 400;
    border: 0;
  }
  
    .footerbar .main-navigation .menu > li > a >i{
	/*color: #d1191a;*/
  }

    .footerbar .main-navigation .menu > li > a:focus{
      background-color: #fff;
      color: #d1191a;
    }

  .single-product-up .images>a{
    margin: auto;
    width: 100% !important;
  }
  #colophon.site-footer .footer-sidebar-1,#colophon.site-footer .footer-sidebar-2,#colophon.site-footer .footer-sidebar-3>#text-12>h4,
  #colophon.site-footer .site-info{
    display: none;
  }
  #colophon.site-footer .footer-sidebar-3>#text-12>.textwidget>.mobile-show{
    display: block !important;
    text-align: center;
  }
  #colophon.site-footer .footer-sidebar-3{
    width: 100%;
  }

  .introduce {
    margin-left: 0 !important;
  }

  .down {
    margin-left: 0;
    margin-right: 0;
  }

  #main .col-left {
    margin-left: -1.5% !important;
  }

  .entry-header .companyinfo .plugin-info {
    /*margin-right: 6% !important;*/
  }

  .software-single-resellers.col-sm-12, .software-single-resellers.col-xs-12 {
    padding-right: 1px !important;
  }


  /*åœ¨æœç´¢é¡µå…¬å¸æ¿å—*/
  .search-company-summary {
    margin-top: 10px !important;
  }
  /*ä¸»é¡µå³ä¾§èµ„è®¯*/
  .tabs-widget .tabs-panel {
    padding: 15px 15px 20px !important;
  }
  #primary{
    margin-bottom: 50px;
  }
  .footer-widgets.widgets-area .mobile-show>ul>li{
    font-size: 13px;
    padding: 2px 0;
  }
  .footer-widgets.widgets-area .qr-section>div{
    font-size: 11px;
  }
  .footer-widgets {
    padding: 20px 0 10px;
  }
  .footer-sidebar.footer-sidebar-3,
  .footer-sidebar.footer-sidebar-5 {
    clear: both;
  }
  footer.site-footer>.site-info{
    padding: 0;
  }
  footer.site-footer>.site-info>.container{
    width: 100%;
  }
  #topbar>.container>.row>.topbar-left.topbar-sidebar{
    display: none;
  }
  #topbar>.container>.row>.topbar-right.topbar-sidebar{
    width: 100%;
  }
  /*------------表单手机------------*/
  .gform_wrapper ul.gform_fields li.gfield{
    flex-direction: column !important;
  }
  body .gform_wrapper .gform_fields>li.gfield>.gfield_label,
  body .gform_wrapper .gform_fields>li.gfield>div.ginput_container,
  body .gform_wrapper .gform_fields>li.gfield>.gfield_description,
  body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>input,
  body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>select,
  body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>textarea{
    width: 100% !important;
  }
  body .gform_wrapper .gform_fields>li.gfield>.ginput_container_post_image{
    margin-left: 0 !important;
  }
  body .gform_wrapper .gform_fields>li.gfield>.gfield_description{
    margin-left: 0 !important;
  }
  body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>ul.gfield_checkbox>li>input{
    -webkit-appearance: checkbox !important;
  }
  body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>ul.gfield_radio>li>input{
    -webkit-appearance: radio !important;
  }

  #whats-new-options{
    display: flex;
    flex-direction: column-reverse;
  }
  #whats-new-options>#whats-new-submit{
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /*----------------询价页面*/
  .ask-price .card .card-cont .listul li .show>span>input{
    width: 100%;
  }

  /*-----------------------------*/
  #own-software>h4,#resell-software>h4,#service-software>h4{
    padding-left: 30px;
    border-left: 3px solid #d1191a;
  }

  #page.hfeed.site{
    margin-bottom: 70px !important;
  }
  .primary-sidebar .menu {
    max-height: 250px;
  }
  .col-sms-12 {
    width: 100%;
  }
  .topbar-sidebar .menu li {
    padding: 0 7px;
  }
  .header-sidebar .ta-product-search-widget .search-field {
    width: 35%;
  }

  .now-date{
    font-size: 13px !important;
    color: #fff;
  }
  .allkind-software{
    left: 0 !important;
  }
  .allkind-software>button{
    padding: 2px 5px !important;
  }

}
@media only screen and (max-width: 320px) {
  #page.hfeed.site{
    margin-bottom: 70px !important;
  }
  .topbar-sidebar .menu li {
    padding: 0 5px;
  }
  .header-sidebar .ta-product-search-widget .search-field {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  #page>.site-header>.container+.row>.row-inner{
    width: 1170px;
  }
  body>#page>.container-user-center {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) {
  #page>.container-user-center{
    width: 1000px;
  }
  .site-header>.container+.row>.row-inner{
    width: 999px;
  }
}
@media only screen and (min-width: 768px) {
  .container+.row>.row-inner{
    width: 768px;
  }
  .container-user-center{
    width: 780px;
    min-width: 320px !important;
  }
}

.topbar-sidebar .menu .current-menu-item >a {
  display: inline-block;
  color: #d1191a;
}

/*å¤´éƒ¨*/

.site-header .header-search .widget_search {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  float: none;
}

.site-header .logo {
  min-width: 100px;
  width: 212px;
}

.row>.site-branding{
  padding-left: 0;
}

.main-navigation {
  margin-top: 0px;
}

.main-navigation .menu {
  padding: 0 0 0 0;
  background-color: white;
}

.main-navigation .menu-item {
  font-size: 18px;
}

.main-navigation li a:hover {
  background-color: white;
}

.main-navigation .menu > li:hover {
  background-color: white;

}

.main-navigation .menu > li:hover > a {
  background: white;
  color: #d1191a;
}

.main-navigation .menu > li.current-menu-item > a {
  background-color: transparent;
  font-weight: 600;
  color: #d1191a;
}

.primary-menu .menu .mega-menu-container, .primary-menu .menu .mega-menu-container.container {
  background-color: gray;
  color: white;
}

.primary-menu .menu .mega-menu-container a, .primary-menu .menu .mega-menu-container.container a {
  color: white;
}

#widget_nav_menu {
  position: absolute;
  width: 210px;
  z-index: 1000;
  left: 0;
  margin-top: 0;
}

ul#menu-software-cat {
    padding-top: 1px;
}

.widget_nav_menu .menu-software-cat-container li {
  border: none;
}

.widget_nav_menu li a {
  font-weight: 400;
  padding: 4px 15px 5.5px 15px;
}

#widget_nav_menu #page-software-cat-menu.menu-software-cat-container {
  z-index: -1;
  display: none;
  opacity: 0;
}

#widget_nav_menu:hover #page-software-cat-menu.menu-software-cat-container {
  z-index: 1000;
  display: block;
  opacity: 1;
}

.widget_nav_menu .menu .menu-item-mega .mega-menu-container,
.widget_nav_menu .menu .menu-item-mega .mega-menu-container.container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d1191a;
  border-left: 0;
  z-index: -1;
  opacity: 1;
  min-height: 400px;
  display: none;
  width: 500px;
}

.widget_nav_menu .menu .menu-item-mega:hover .mega-menu-container {
  opacity: 1;
  top: 0px;
  left: 210px;
  z-index: 1000;
  display: block;
}

.widget_nav_menu .menu > li:hover {
  background-color: white;
  border: 1px solid #d1191a;
  border-right:0;
  z-index: 1001;
}

.mega-menu-columns .menu-item {
  padding: 0px 0px 10px 0px;
}

.widget_nav_menu .menu > li:hover > a,
.widget_nav_menu .menu > li:hover > a:after {
  color: #B61D1D;
  text-decoration: none;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 5px;
}

#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #d1191a;
  height: 28px;
}

.beautiful-taxonomy-filters {
  margin: 1em;
  background-color: white;
}

.site-footer {
  background-image: none;
  background-color: rgb(245, 245, 245);
  margin-top:20px;
}

.btn-main{
  background-color: #fff;
  border-color: #d1191a;
  color: #d1191a;
  border-radius: 4px;
}
.btn-main:hover {
  background-color: #d1191a;
  color: #FFFFFF;
}
.btn-main.focus, .btn-main:focus {
  background-color: #d1191a;
  color: #FFFFFF;
}
.btn-main.active.focus, .btn-main.active:focus, .btn-main.active:hover, .btn-main:active.focus, .btn-main:active:focus, .btn-main:active:hover, .open>.dropdown-toggle.btn-main.focus, .open>.dropdown-toggle.btn-main:focus, .open>.dropdown-toggle.btn-main:hover {
  color: #fff;
  background-color: #d1191a;
}

.mobile-especially .pull-right{
  float: none !important;
}
.header-sidebar .btn-primary:hover {
  color: #fff;
}

.btn-company-submit {
  float: right;
}

.footer-sidebar li:hover:before {
  color: #fff;
}

.site-main>.nav-category{
  background-color: rgba(0,0,0,0.6);
}
.site-content .nav-category {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.site-content .myfavorite-category{
  width: 10%;
  margin-top: 0px;
  background-color: rgba(0,0,0,0);
}

.nav-category ul {
  float: left;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0px;
}
ul.myfavorite-categories  {
  margin-left: 0px;
  margin-top: 0px;
}

.nav-category ul li {
  float: left;
  text-align: center;
}
.myfavorite-category ul li{
  text-align: left;
}
.myfavorite-category ul li{
  float: none;
  border-bottom: 1px solid #ccc;
}
.myfavorite-categories>li{
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.myfavorite-categories>li>a::after{
  content: "\f0da";
  margin-left: 5px;
  color: #bababa;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 2.5;
  float: right;
}

.nav-category ul li a, .nav-category ul li span {
  display: block;
  width: 94px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
}
.myfavorite-category ul li a{
  width: auto;
}

.nav-category  ul li.current-cat a {
  height: 30px;
  line-height: 30px;
}
.myfavorite-category ul li.current-cat a{
  border-top: none;
}

.nav-category ul li a:link, .nav-category ul li a:visited {
  color: #FFF;
}
.myfavorite-category .myfavorite-categories li a:link,.myfavorite-category .myfavorite-categories li a:visited{
  color: #888;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}
.nav-category ul li.current-cat a:link, .nav-category ul li.current-cat a:visited, .nav-category ul li.current-cat a:hover {
  color: #333;
  background-color: #FFF;
  border-top: 2px solid #d1191a;
}
.myfavorite-category ul li.current-cat a:link,.myfavorite-category ul li.current-cat a:visited,.myfavorite-category ul li.current-cat a:hover{
  background-color: transparent;
}

 article .category-badge {
   position: absolute;
   top: 5px;
   display: block;
}

 article .content-row {
    transition: 0.3s;
}

.social-icons a:hover {
  margin-left: -60px;
}

.content-row span.status-badge{
	position: absolute;
    left: 0;
    background: #f5f5f5;
    color: #d1191a;
    top: 0;
    font-weight: 600;
    padding: 10px;
}


#maintab > .tab-Invalid > a:hover {
  background-color: transparent !important;
}
#maintab>.tab-Invalid > a {
  /* color: #ccc; */
  cursor: default;
}
#maintab>.tab-Invalid > a:focus {
    background: transparent;
}
.row ul li.current a, .row ul li.current a:hover {
  color: #d1191a;
  border-bottom: 1px solid #d1191a;
  /* height: 3.3em; */
  /* margin-top: -0.26em; */
}
/*.software>li>a{*/
  /*color: white;*/
  /*font-size: 16px;*/
  /*font-weight: 700;*/
  /*padding: 4px;*/
/*}*/

/*.col-md-8 div p {
  margin: 15px 0 10px;
}*/
.plugin-info.col-xs-4{
  padding: 0;
}

/*-----------------------------*/

.companyinfo .plugin-info {
  float: left;
  /*margin-right: 16%;*/
  color: #d1191a;
}

.companyinfo a{
  color:#333;	
    padding-right: 10px;
}

.madeby-info{
  color:#333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin:0;
}

.madeby-info .fa{
  color:#d1191a;
}

.entry-all a:hover {
  text-decoration: none;
  color: #7CBF9B;
}

.company-software {
  float: left;
  width: 100%;
  margin-left: 0;
  line-height: 1.0em;
  padding-left: 3.5%;
 
}
.company-name a {
color: #333;
font-size: 16px;
font-weight: 600;
}

.company-info {
  line-height: 0.5em;
}

.loop-item-wrap .entry-title {
  margin-top: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#simple-introduction>.get-infomation .attachment-blog-thumb.size-blog-thumb{
  width: 271px;
  height: 179px;
}
.right-info {
  background-color: white;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 4px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  margin-top: 1.6%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pb-content {
  list-style: none;
}

/*å…¬å¸ä¸»é¡µé¢*/
.center-right-info {
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  position: relative !important;
  /*background: -webkit-linear-gradient(45deg, #FFF 10px,  #FFF 10px),*/
  /*-webkit-linear-gradient(135deg, transparent 23px, #FFF 10px),*/
  /*-webkit-linear-gradient(225deg, transparent 23px, #FFF 10px),*/
  /*-webkit-linear-gradient(315deg, #FFF 10px, #FFF 10px);*/
  /*background: -moz-linear-gradient(45deg, #FFF 10px,  #FFF 10px),*/
  /*-moz-linear-gradient(135deg, transparent 23px, #FFF 10px),*/
  /*-moz-linear-gradient(225deg, transparent 23px, #FFF 10px),*/
  /*-moz-linear-gradient(315deg, #FFF 10px, #FFF 10px);*/
  /*background: -o-linear-gradient(45deg, #FFF 10px,  #FFF 10px),*/
  /*-o-linear-gradient(135deg, transparent 23px, #FFF 10px),*/
  /*-o-linear-gradient(225deg, transparent 23px, #FFF 10px),*/
  /*-o-linear-gradient(315deg, #FFF 10px, #FFF 10px);*/
  /*background-position: bottom left, bottom right, top right, top left;*/
  /*background-size: 55% 55%;*/
  /*background-repeat: no-repeat;*/
}
.center-right-info::after{
  border: 1px solid #333 !important;
  left: -4px;
  right: -4px;
  bottom: -4px;
  display: block;
  z-index: -1;
  height: 103%;
  content: "";
  position: absolute !important;
  background: #ccc;
  border-radius: 4px;
}
.pb-content.center-info {
  text-align: left;
  padding-left: 0px;
  padding-top: 0;
  min-height: 149px;
}
.pb-content.center-info.software-center-info{
  padding-top: 0;
  min-height: 149px;
}
.single-right-basicinfo li>span{
  font-weight: 600;
  color: #888;
}
.single-customer .single-right-basicinfo li>span{
  font-weight: 400;
  color: #333;
}

.company-software-down {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-featured {
  height: 390px;
  padding-top: 28%;
  padding-left: 0px;
  background-size: cover;
  background-position: center;
  position: relative
}

.c-single-normal__title {
  color: white;
}

.article-info {
  float: right;
  margin-top: 29px;
  position: relative;
  right: 0;
}

.article-info .entry-author,.article-info .entry-date.published,.article-info .entry-comments {
  color: #ccc;
  font-size: 14px;
}

.entry-header .entry-author i, .entry-header .entry-date i, .entry-header .entry-comments i {
  color: #888;
  font-size: 14px;
}
.entry-header .entry-author a{
  color:#3b5998;
}
.entry-header .tags-links,.entry-header .view-count,
.entry-header .comments-count{
  font-size: 14px;
  color: #888;
}

.entry-header .tags-links a{
  color: #888;
}
.article-info>.entry-author a,.article-info>.entry-comments,.article-info>.view-count{
  font-size: 14px;
  color: #ccc;
}
.entry-header .entry-comments .entry-all>.entry-comments{
  font-size: 12px;
}

.o-single-content__body.c-single-normal__header {
  bottom: 0px;
  position: absolute;
  background-color: rgba(0,0,0,0.6) ;
  padding-left: 10px;
  width: 100%;
}

.content-area-bottom {
  float: right;
  margin-right: 20px;
}


/*å“ç‰Œ*/
.brand-content .site-main {
  text-align: left;
}

.brand-info {
  border-left: 1px solid black;
}

#brand_logo {
  width: 210px;
  height: 70px;
}

.entry-summary{
  color: #666;
  font-weight:400;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.search-company-summary {
  min-height: 126px;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
}

.row .companyinfo{
padding:0;	
}

.companyinfo .company-info {
  float: left;
}

.companyinfo.search-companyinfo .company-info {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}

.companyinfo.search-company-info {
  overflow: auto;
  margin-top: 23px;
  margin-left: 0;
}

.search-company-info a:hover {
  text-decoration: none;
}

/*--------------------------èŒä½---------------------------------*/
.noo_job{
  background-color: white;
  clear: both;
  width: 100%;
  min-height: 120px;
  border-top: 1px solid #d1191a;
  transition: 0.3s;
}
.noo_job:hover{
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.noo_job:hover h4>a{
  text-decoration: none;
}
.noo_job>.loop-item-wrap .item-featured {
  width: 30%;
  display: table-cell;
  float: left;
  overflow: hidden;
  position: relative;
}
.noo_job>.loop-item-wrap .loop-item-content {
  float: left;
  line-height: 20px;
  padding-left: 15px;
  display: table-cell;
}
.content-meta > span {
  padding-right: 1.0714285714285714em;
}
.sub-menu>.menu-item a{
  color: black;
}

.customer-title>.post-title{
  font-size: 14px;
  font-weight: 400;
  margin-top:10px;
  line-height: 2.0;
  padding-bottom: 0px;
}
/*å®¢æˆ·*/
.site-main > article .customer-row{
  background-color: #FFF;
  border-top: 1px solid #d1191a;
}
.site-main > article .customer-row:hover{

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0); 
}
.news-flash{
  position: relative;
}
.tab-popular-posts.tabs-panel.active,.tab-recent-posts.tabs-panel.active{
  background-color: white;
}
.requirement-info{
  padding-left:0;
  margin-top:0;
  margin-bottom: 0;
}
.requirement-info li{
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.alm-listing li{
  margin: 0 !important;
  padding: 0 !important;
}
.requirement-info li::before{
  content: "\f0da";
  margin-right: 10px;
  color: #bababa;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
}
.second-badge{
  margin-left: 70px;
}
.gradient{
  background: linear-gradient(to right,transparent,#afc8ba,transparent);
  margin-top:20px;
  height:250px;
  margin-left:-14px;
}

#simple-introduction>h4,#softwareDescription>h4,#version-introduce>h4,
.branch-introduce>h4,.service-introduce>h4,.team-introduce>h4{
  /*border-left: 3px solid #d1191a;*/
  padding-left: 10px;
}
.get-infomation{
  background-color: white;
  overflow: auto;
  padding: 15px;
}

#versionDescription{
  max-height:500px;
  overflow: auto;
}

#simple-introduction p,#simple-introduction li,#simple-introduction section,#simple-introduction span,#simple-introduction ul{
  margin:0 !important;
  line-height: 2em !important;
  font-size:15px !important;
}
#simple-introduction ul{
  padding-left: 20px !important;
  list-style: disc;
}
.single-brand-introduce p,.single-brand-introduce ul,.single-brand-introduce li,.single-brand-introduce span{
  font-size: 15px !important;
  line-height: 2em !important;
}
.single-brand-introduce ul{
  list-style: inside;
}
#softwareDescription p,#softwareDescription li,#softwareDescription section,#softwareDescription div,
#softwareDescription span, #softwareDescription ul,#softwareDescription span,
.service-introduce>#get-infomation p, .service-introduce>#get-infomation span,
.service-introduce>#get-infomation ul
,.team-introduce>.get-infomation p,.team-introduce>.get-infomation ul,
.team-introduce>.get-infomation span,.team-introduce>.get-infomation section,
.branch-introduce>.get-infomation span,.branch-introduce>.get-infomation p,
.branch-introduce>.get-infomation ul,.branch-introduce>.get-infomation section{
  margin:0 !important;
  line-height: 2em !important;
  font-size:16px;
}
.service-introduce>#get-infomation ul,.team-introduce>.get-infomation ul,.branch-introduce>.get-infomation ul{
  list-style: inside;
}
#softwareDescription ul{
  padding-left: 20px !important;
  list-style: inside;
}
#softwareDescription ol{
  list-style: decimal;
}
#simple-introduction .ribbon,#softwareDescription .ribbon,#version-introduce .ribbon{
  display: inline-block;
  position: relative;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  background: #59324C;
  left: -8px;
  top: 20px
}
#simple-introduction .ribbon:before,#softwareDescription .ribbon:before,#version-introduce .ribbon:before{
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 8px solid black;
  border-left: 8px solid transparent;
  top: -8px;
  left: 0;
}
#simple-introduction .ribbon:after,#softwareDescription .ribbon:after,#version-introduce .ribbon:after{
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #59324C;
  right: -15px;
}
#softwareDescription:hover {
  height: auto !important;
}
#versionDescription td,#get-infomation td{
  border:1px solid #ccc;
}
#versionDescription table,#get-infomation table{
  width:100%;
  text-align: center;
  border-collapse: separate;
}
.software-intro-file{
  margin-left: 20px;
  margin-top: 20px;
}
.software-intro-file>div a:hover{
  text-decoration: none;
  color: #d1191a;
}
.software-intro-file>div>li{
  color: #d1191a;
}
.single-software #simple-introduction>.get-infomation table td{
  border: 1px solid #ccc;
  padding-left: 5px;
}
/*-------------------活动---------------------*/
.entry-title.topic-title{
  margin-top: 20px;
  margin-left: 20px;
}
.site-main > article .topic-row{
  min-height: 80px;
}

img.single-logo{
  height: 50px;
  width: 150px;
}
.company-center-info li>span{

  font-weight: 600;
  color: #888;

}
.recent-posts-widget{
  background-color: #fff;
  padding-bottom: 0px;
  /*margin-top: 20px;*/
}

.right-basicinfo>ul>li.basic-info-list::before{
  content: "\f0da";
  margin-right: 10px;
  color: #bababa;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  margin-left: 4px;
}

.single-views{
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #666;
}

.brand-logo,.single-logo{
  text-align: center;
}
#brand_logo{
  width: 150px;
  height: 50px;
}
.other-software>.single-news-flash::before{
  font-family: fontawesome;
  font-size: 11px;
  content: '\f18e';
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -16px;
  color: #d1191a;
}

.other-software>.single-news-flash{
  position: relative;
}
.company-content>#td-code{
  width: 100px;
  height: 100px;
}
.company-content{
  text-align: center;
}
.post-views.col-xs-12,.post-views.col-xs-12>.madeby-info{
  text-align: right;
  color:#888;
}
.post-views.col-xs-12>.madeby-info .fa{
  color:#888;
}
.software-logo{
  text-align: center;
  min-height:80px;
}
.company-logo{
  text-align: center;
  min-height:108px;
}

.post-views>.madeby-info{
  float: left;
}
.btn-event-submit{
    font-size: 18px;
    color: #d1191a;
    background-color: #fff;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}
/*.archive-requirement-sidebar>.widget_text>.textwidget,*/
/*.archive-company-sidebar>.widget_text:nth-child(2),*/
/*.archive-blog-sidebar>.widget_text>.textwidget,*/
/*.archive-job-sidebar>.widget_text>.textwidget,*/
/*.archive-customer-sidebar>.widget_text>.textwidget,*/
/*.archive-event-sidebar>.widget_text>.textwidget{*/
  /*text-align: center;*/
/*}*/
.son-list,.son{
  background-color: #fff;
  border:1px solid #d1191a;
}
.son-list>.mega-menu-columns>.mega-sub-menu,.son>.mega-menu-columns>.mega-sub-menu{
  margin: 4px 0;
}
.son-list>.mega-menu-columns>.mega-sub-menu a:hover,.software-list>a:hover,.active.menu-item-has-children>.parent>a:hover{
  text-decoration: none;
}
.single-company .item-featured{
  float: left;
  vertical-align: middle;
  line-height: 89px;
  margin-left: 10px;
  margin-right: 10px;
}
.single-company .content-simple-jobs:hover{
  -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.single-company .content-simple-jobs{
  background-color: #fff;
  margin: 10px 0;
  transition: 0.3s;
}
.single-company .content-simple-jobs h2{
  font-size: 21px;
}
.single-company .content-simple-jobs .show-view-more{
  background-color: #d1191a;
}
.single-company .content-simple-jobs .loop-item-content .content-meta .job-company{
  display: none;
}
.single-post .entry-content{
  background-color: #fff;
}
#text-11>.textwidget,#text-10>.textwidget{
  font-size: 14px;
}





/*-----------面包屑-----------*/

.mega-sub-menu.col-md-3{
  margin-left: 2px;
  margin-right: 30px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.software-list>.son-list{
  width: 495px;
}
.parent1>.son{
  width: 495px;
}
.parent>.son{
  width: 495px;
}
/*------------搜索页面------------*/

/*----------活动归档页侧边栏----------*/
.widget.tribe-events-list-widget{
  background-color: #fff;
  padding-top: 0px;
  margin-top: 20px;
  border: 1px solid rgba(221, 215, 215, 0.73);
}
.widget.tribe-events-list-widget>h4{
  margin-top: 5px;
  border-left: 3px solid #d1191a;
  padding-left: 3px;
  background-color: #d1191a;
  color: #fff;
  padding: 10px 3px;
}
.archive-activity-sidebar>.tribe-events-list-widget>.tribe-list-widget>.tribe-events-list-widget-events::before{
  border-top: solid 1px RGBA(0,0,0,0.1);
  content: "";
  left: 0px;
  top: 10px;
  width: 13px;
  position: absolute;
}
.archive-activity-sidebar>.tribe-events-list-widget>.tribe-list-widget>.tribe-events-list-widget-events::after {
  background-color: #d1191a;
  border-radius: 5px;
  content: "";
  height: 6px;
  left: 13px;
  top: 7px;
  width: 6px;
  position: absolute;
}
.archive-activity-sidebar>.tribe-events-list-widget>.tribe-list-widget>.tribe-events-list-widget-events>h4{
  font-size: 15px;
}
.archive-activity-sidebar>.tribe-events-list-widget>.tribe-list-widget{
  padding: 0;
}
.archive-activity-sidebar>.tribe-events-list-widget>.tribe-list-widget>.tribe-events-list-widget-events{
  padding-left: 9%;
  position: relative;
}
.archive-activity-sidebar>.tribe-events-list-widget> .tribe-events-widget-link > a {
  color: #d1191a;
}
.archive-activity-sidebar>.tribe-events-list-widget> .tribe-events-widget-link{
  text-align: center;
}
ol.tribe-list-widget>li.tribe-events-last{
  position: relative;
  padding-left: 9%;
}
ol.tribe-list-widget>li.tribe-events-last::before {
  border-top: solid 1px RGBA(0,0,0,0.1);
  content: "";
  left: 0px;
  top: 10px;
  width: 13px;
  position: absolute;
}
ol.tribe-list-widget>li.tribe-events-last::after{
  background-color: #d1191a;
  border-radius: 5px;
  content: "";
  height: 6px;
  left: 13px;
  top: 7px;
  width: 6px;
  position: absolute;
}
.post-type-archive-tribe_events ol.tribe-list-widget{
  padding: 0;
}
.post-type-archive-tribe_events .widget.tribe-events-list-widget>.tribe-events-widget-link{
  text-align: center;
}
.post-type-archive-tribe_events .widget.tribe-events-list-widget>.tribe-events-widget-link>a{
  color:#d1191a;
}
.post-type-archive-tribe_events ol.tribe-list-widget>li>h4{
  font-size: 15px;
}
.single-software .single-right-basicinfo .single-stare,.single-software .single-right-basicinfo .single-views,
.single-company .single-right-basicinfo .single-stare,.single-company .single-right-basicinfo .single-views,
.single-customer .single-right-basicinfo .single-stare,.single-customer .single-right-basicinfo .single-views,
.single-brand .single-right-basicinfo .single-stare{
  float: right;
  margin: 0;
}
.single-software .single-right-basicinfo .single-views,.single-company .single-right-basicinfo .single-views,
.single-customer .single-right-basicinfo .single-views,.single-brand .single-right-basicinfo .single-views{
  line-height: 27px;
  margin-right: 5px;
}
#colophon.site-footer .footer-sidebar-3>#text-12>.textwidget>.mobile-show{
  display: none;
}
/*------------个人中心-----------*/
.single.singular #masthead #site-navigation{
  margin-left: 0 !important;
}
.user-center{
  margin-top: 56px;
}
.page-template-default.logged-in .type-page .entry-content>#fep-wrapper{
  background-color: white;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.account-orders-table{
  background-color: #fff;
}
.selectator_chosen_item{
  background-color: #d1191a;
}
.user-center .wpfp-span.col-xs-9>a{
  display: none;
}

/*-------个人中心我的申请--------*/
.striped.gf_entries{
  width: 100%;
}
.submit-form-tr>.submit-form-th{
  text-align:center;
  padding: 10px 0;
  color: #069;
}
.submit-form-tr-two>.submit-form-th{
  text-align:center;
  padding: 15px 0;
  color: #069;
}
.submit-form-tr-two>td{
  text-align:center;
  padding: 15px 0;
  color:#333;
}
.striped.gf_entries tr:nth-child(2n+1){
  background-color:#f5f5f5;
}
.striped.gf_entries tr:nth-child(2n){
  background-color:#fff;
}
/*-----------------------个人中心账号管理-----------------------*/
.account-basic-wrapper .account-inner{
  background-color: white;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
  padding: 5px 10px;
}
.account-basic-wrapper{
  padding: 0 5%;
}
.account-basic-wrapper .account-inner>.section{
  border-bottom: 1px solid #ccc;
  overflow: auto;
  padding-bottom: 15px;
}
.account-basic-wrapper .account-inner>.section .col-xs-12.col-sm-3{
  text-align: right;
  padding: 12px 12px 0;
}
.account-basic-wrapper .account-inner>.section .prop-info>.desc>h4{
  font-size: 16px;
}
.account-basic-wrapper .account-inner>.section .prop-info>.desc>h4>span{
  color:#d1191a;
}
.account-basic-wrapper .account-inner>.section .prop-info>.desc{
  color:#d1191a;
}
.user-container .user-center-second .current-cat>a,.ucenter.container .current-cat>a{
  color: #d1191a;
}
.single.singular #masthead .user-container>.user-center-second #site-navigation{
  margin-left: 40px !important;
}
/*----------------------------个人中心编辑头像----------------------------*/
.user-center .wpua-edit{
  background-color: white;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
  padding: 5px 15px;
}
.user-center .wpua-edit .wpua-edit-container>h3{
  font-size: 20px;
}
.user-center .wpua-edit .wpua-edit-container>#wpua-add-button-existing,
.user-center .wpua-edit .wpua-edit-container>#wpua-images-existing>#wpua-undo-button-existing{
  float: left;
  margin-right: 20px;
}
.user-center .wpua-edit .wpua-edit-container>#wpua-add-button-existing{
  margin-left: 10px;
}
.user-center .wpua-edit>.submit{
  text-align: center;
}
.user-center .wpua-edit>.submit>#submit{
  background-color: #d1191a;
  border: 1px solid #dd8686;
  padding: 4px 14px;
  color: #fff;
  border-radius: 2px;
}
.user-center #wpua-undo-button-existing #wpua-undo-existing,.user-center #wpua-remove-button-existing #wpua-remove-existing
{
  display: none;
}
/*-----------软件single页面的功能分类-------------*/
.basic-info.single-basic-info .ellip2{
  display:none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #d1191a;
  z-index: 1;
}
.basic-info.single-basic-info .func>.ellip1:hover .ellip2{
  display: block;
}
/*---------------评论-------------*/
.must-log-in{
  padding: 30px;
  text-align: center;
  background: #fff;
  font-size:16px;
}
.must-log-in>a{
  color: #d1191a !important;
}
.comment-meta.commentmetadata .author-name>a{
  color: #d1191a !important;
}
.comment-meta.commentmetadata a.comment-reply-link{
  margin-right: 5px;
}
/*--------------相关需求-------------*/
p.requirement-price{
  padding: 0;
}
.alm-btn-wrap{
  width: 100%;
}
/*------------滑动首页-------------*/

.ucenter > ul > li{
  margin-top: 15px;
}
.ucenter > ul > li>a{
  font-size: 13px;
}

body.home .first-struc > .col-xs-3 > a > img {
  width: 150px !important;
  height: 50px !important;
}

body.home .right-attr-info .col-xs-12 > .col-xs-12 > a > img {
  width: 270px !important;
  height: 260px !important;
}

body.home .right-attr-info .col-xs-12 > .col-xs-6 > a > img {
  width: 134px !important;
  height: 134px !important;
}
/*----------------------表单----------------------*/

.gform_wrapper ul.gform_fields li.gfield{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px !important;
}
body .gform_wrapper .gform_fields>li.gfield>.gfield_label{
  width: 25%;
}
body .gform_wrapper .gform_fields>li.gfield>div.ginput_container{
  width: 75%;
  margin-top: 0;
}
body .gform_wrapper .gform_fields>li.gfield>.ginput_container_post_image{
  margin-left: 0 !important;
}
body .gform_wrapper .gform_fields>li.gfield>.gfield_description{
  width: 75%;
  margin-left: 25%;
  font-size: 13px;
  color: #888;
}
body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>.charleft.ginput_counter{
  margin-left: 0 !important;
}
.gform_footer.top_label,.gform_footer.left_label{
  text-align: center;
  margin-left: 0 !important;
  width: 100% !important;
}
.gsection_description{
  width: 100%;
}
body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>input,
body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>select,
body .gform_wrapper .gform_fields>li.gfield>div.ginput_container>textarea{
  width: 80%;
}
.company_tip .gform_heading>.gform_description{
  font-size: 15px;
  text-align: left;
}
.gform_wrapper .gform_heading{
  margin-bottom: 45px !important;
}
.entry-content>.gform_confirmation_wrapper>.gform_confirmation_message{
  margin-top: 45px;
  display: flex;
  justify-content: center;
}.entry-content>.gform_confirmation_wrapper>.gform_confirmation_message>div{
   font-size: 15px;
   background-color: #d1191a;
   padding-left: 10px;
   color: #fff;
   border-radius: 8px;
   box-shadow: 0 0 2px rgba(0,0,0,0.6);
   text-shadow: 0 1px 1px rgba(0,0,0,0.6);
 }
/*---------------------copyright----------------------*/
.copyright{
  color: #b3b3c1;
  width: 100%;
  padding: 15px;
  font-size: 12px;
}
.contact_msg a, .copyright a {
  color: #b3b3c1;
}

.contact_msg a:hover,.copyright a:hover{
  color: #666;
}
/*---------------------作者右侧的信息----------------------*/
.author-right-info{
  margin-top: 51px;
}
.author-right-info-content{
  border:1px solid #ccc;
  background-color: #fff;
}
.author-right-info-content .talent-img>img{
  width: 80px;
  height:80px;
  border-radius: 40px;
  margin-left: 15px;
  box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.author-intro,.author-intro-content{
  padding: 0 10px;
}
.author-intro>h4{
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.author-intro>p{
  text-align: center;
  font-size: 12px;
  color: #888;
}
.col-xs-12>.author-post,.col-xs-12>.author-answ{
  text-align: center;
  color: rgba(0,0,0,0.6);
}
/*-----------------single文章的评论-------------------*/
p.comment-form-comment>textarea#comment{
  background-color: #fff;
}
/*---------------------首页层数---------------------*/
.section-heading::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 23px;
  background-color: #d1191a;
  left: 4px;
  top: 0px;
  z-index: -1;
}
.section-heading::after{
  position: absolute;
  content: "";
  width: 7px;
  height: 4px;
  background-color: #d1191a;
  left: 31px;
  top: 19px;
  z-index: -1;
}
.section-heading>.floor::before{
  position: absolute;
  content: "";
  width: 7px;
  height: 18px;
  background-color: #d1191a;
  left: 17px;
  top: 5px;
  z-index: -1;
}
.section-heading>.floor::after{
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  background-color: #d1191a;
  left: 24px;
  top: 12px;
  z-index: -1;
}
.floor{
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
  /*-----------------------首页职位---------------------------*/
.home .home-jobs .item-featured>a>img{
  width: 150px;
  height: 50px;
}
.home .home-jobs .loop-item-content{
  height: 143px;
}
.home-me>img{
  width: 20px;
  border-radius: 10px;
}
/*-------------------------未登录收藏----------------------------*/
.article-info>span{
  color:#ccc;
}
.single-stare>span{
  line-height: 27px;
}
/*--------------------------------首页最下方公司logo---------------------------------*/
.company-logo-row{
  margin: 2px 5px !important;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #888;
}
/*--------------------------------首页热门达人---------------------------------*/
.section-products .section-heading{
  padding-left: 5px;
}
/*------------------------------论坛右边新话题----------------------------------*/
.widget_display_topics{
  background-color: white;
  border: 1px solid rgba(0,0,0,0.1);
}
.widget_display_topics>h4{
  margin-top: 5px;
  border-left: 3px solid #d1191a;
  padding-left: 3px;
  background-color: #d1191a;
  color: white;
  padding: 10px 3px;
}
.widget_display_topics>ul{
  padding-left: 5px;
  padding-right: 5px;
}
.widget_display_topics>ul>li>div{
  text-align: right;
  font-size: 12px;
  color: #888;
}
.widget_display_topics>ul>li>i{
  color: #d1191a;
}
.widget_display_topics>ul>li{
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 4px;
  padding-top: 5px;
}
/*-------------------------文章single页面还没登录就收藏的登录样式-------------------------*/
.article-info .stare .wpfp-span>a{
  color: #ccc;
}
.article-info .stare .wpfp-span>a>i{
  color: rgb(255, 165, 0) !important;
}


/*-----------------表单手机选项---------------------*/
.form-phone>.ginput_container>input{
  width: 56% !important;
}
/*---------------个人主页头像右侧信息----------------*/


.general .mycenter-introduce{
  margin-top: 124px;
}
.mycenter-introduce{
  margin-top: 130px;
}
.mycenter-introduce-inner{
  background-color: rgba(0,0,0,0.6);
  padding-left: 15px;
}

.mycenter-introduce-inner h4>span{
  font-size: 18px;
}
.user-self-introduce{
  color: #fff;
  font-size: 17px;
  margin: 0;
}
.user-self-contact{
  color: #fff;
  font-size: 15px;
  margin: 0;
}

#item-header-cover-image>#item-header-content>#item-meta>#latest-update{
  display: none;
}

/*----------------个人主页之个人简历-----------------*/
.acf-table td,.acf-table th{
  border: 1px solid #ccc;
  padding: 8px 0 8px;
  text-align: center;
}
.resume .acf-table{
  border-collapse: separate;
}

article .entry-header .resume{
  background-color: #FFF !important;
  margin: 5px 5px 10px;
  padding: 10px 0 15px;
}
article .entry-header .resume .acf-table > thead > tr > th{
  font-weight: 600;
}

/*--------------------职位----------------------*/
.single-job .content-area.col-xs-12 article{
  overflow: auto;
}

.single-job .acf-form{
  margin-top: 10px;
  background-color: #fff;
}
.single-job .acf-form .acf-fields>.acf-field{
  border: none;
}
.single-job .acf-form>.acf-form-submit{
  text-align: center;
  padding: 10px;
}
.single-job .acf-form>.acf-form-submit>input{
  background-color: #d1191a;
  border: 1px solid #ccc;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
}

article .resume>.col-xs-12>h2{
  font-size: 25px;
  margin-top: 0;
  text-align: center;
  border-bottom: 2px solid #D1191A;
  padding-bottom: 10px;
}
article .resume>.col-xs-12>div h4{
  font-weight: 600;
  padding: 0 10px;
  border-left: 3px solid #d1191a;
  margin: 15px 0;
}
.social-articles-main .acf-form>.acf-fields > .acf-field{
  border: none;
}

#settings-form>table{
  width: 100%;
}
#settings-form>.profile-settings{
  border: 1px solid #ccc;
}
  /*---------------------个人中心管理------------------------*/
.entry-content>.jobdashboard,.entry-content>.jobapplication
{
  background-color: #fff;
}
.entry-content>.jobdashboard>table,.entry-content>.jobapplication>table
{
  width: 100%;
}
.entry-content>.jobdashboard>table th,
.entry-content>.jobdashboard>table td,
.entry-content>.jobapplication>table th,
.entry-content>.jobapplication>table th,
.entry-content>.jobapplication>table td
{
  border: 1px solid #ccc;
  padding: 8px 0 8px 10px;
}
.entry-content>.jobdashboard>table th,
.entry-content>.jobapplication>table th
{
  text-align: center;
}
.entry-content>form[name="form_job"] {
  margin-bottom: 15px;
}
.entry-content>form[name="form_job"]>input{
  background-color: #d1191a;
  border: 1px solid #ccc;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
}
.single-jobapplication #main>.jobapplication{
  overflow: auto;
  background-color: #fff;
}
.single-jobapplication .content-area.col-xs-12{
  margin-top: 10px;
}
.single-jobapplication .content-area.col-xs-12 .jobapplication>.col-xs-12>h2{
  font-size:25px;
  border-bottom: 2px solid #D1191A;
  padding-bottom: 10px;
}

/*---------------------------------------------------------*/
html.user-center-html {
  margin-top: 0px;
}
html.user-center-html .center-head{
  padding:20px;
  background-color: #fff;
  overflow: auto;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
html.user-center-html .center-head>img{
  float: left;
}
html.user-center-html .center-head>h5{
  float: left;
  line-height: 28px;
  margin-left: 20px;
}
html.user-center-html .center-head>i{
  float: right;
  line-height: 50px;
}
html.user-center-html .col-xs-12.center-self-resume{
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
}
html.user-center-html .col-xs-12.center-self-resume>.col-xs-4{
  text-align: center;
  cursor: pointer;
}
html.user-center-html .center-head-outer{
  overflow: auto;
  margin-bottom: 15px;
  cursor: pointer;
}

html.user-center-html .center-squere,
html.user-center-html .center-settings,
html.user-center-html .other-service{
  padding: 0;
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 15px;
}
html.user-center-html .center-squere>.col-sm-3.col-xs-4,
html.user-center-html .center-settings>.col-sm-3.col-xs-4,
html.user-center-html .other-service>.col-sm-3.col-xs-4{
  padding: 25px;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
}
html.user-center-html .center-title{
  font-size: 14px;
  padding-left: 10px;
  margin-top: 18px;
}
html.user-center-html .center-squere p,
html.user-center-html .center-settings p,
html.user-center-html .other-service p{
  font-size: 12px ;
  margin: 10px 0 5px;
  font-weight: 600;
}
html.user-center-html .col-sm-3.col-xs-4 > i,html.user-center-html .center-self-resume>.col-xs-4>i {
  font-size: 20px;
}
.container-user-center{
  margin-left: auto;
  margin-right: auto;
  background-color: #d1191a;
  padding: 1px 0;
  cursor: pointer;
}

#members-directory-form>#members-dir-list{
  padding: 10px;
  background-color: #fff;
}


/*---------------主页---------------*/
.home .tabs-widget .tabs-nav li:last-child{
  width: 100% !important;
}

/*-----------------------手机版软件列表-------------------------*/
.mobile-software-cat{
  background-color: #fff;
  padding: 15px !important;
}
.mobile-software-cat>.mobile-software-section{
  display: block;
}
.mobile-software-cat>.mobile-software-section>a{
    margin: 15px 0 10px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
}
.mobile-software-cat>.mobile-software-section>.mobile-software-list>.mobile-software-list-inner{
  display: flex;
  flex-wrap: wrap;
}
.mobile-software-cat>.mobile-software-section>.mobile-software-list>.mobile-software-list-inner>.mobile-software-children{
	padding: 4px 10px;
    margin: 0 15px 10px 0;
    border-radius: 4px;
    border: 1px solid #d1191a;
}
/*--------------------------供应商归档页面----------------------------*/
.wpb_wrapper .no-padding > a > img {
  border: 1px solid #ccc;
}
.heading-content>.hot-heading-title{
  border-bottom: 2px solid rgba(24, 98, 210, 1);
  padding-bottom: 10px;
}
.hot-content#hot-function>.hot-content-inner>a{
  padding: 5px 10px;
  background-color: #f5f5f5 !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  margin: 0 5px 5px 0;
  color: rgba(24, 98, 210, 1);
}
.hot-content#hot-function>.hot-content-inner{
  display: flex;
  flex-wrap: wrap;
}
#hot-function.hot-content > .hot-content-inner > a > i{
  font-size: 5px;
  vertical-align: middle;
}
.hot-body-content{
  margin-bottom: 25px;
}
#hot-function {
  margin-bottom: 10px;
}
#hot-function span{
  padding-left: 5px;
  border-left: 3px solid #d1191a;
}
.no-padding{
  padding: 0 2px !important;
}


#item-body>#message-thread{
  background-color: #fff;
  padding: 10px;
}
#item-body>#message-thread>h2{
  font-size: 23px;
  color: rgba(24, 98, 210, 0.75);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}
#item-body>#message-thread>.message-box+#item-body>#message-thread>.message-box{
  border-top: 1px solid #ccc;
}


body.directory.groups #site-content > .container > .row > .content-area {
  margin-top: 50px;
}

#site-content .review p {
  font-weight: bold;
}


.item-list-content > .personal.col-xs-12 > .generic-button{
  text-align: center;
  padding: 10px 0;
}
.action>.ask-button{
  text-align: right;
  margin-bottom: 5px;
}
.action>.ask-button>a{
  color: #d1191a !important;
}
.action>.follow-button>a{
  color: #f39826 !important;
}
#members-list.item-list.col-xs-12 > li {
  min-height: 260px;
  padding: 10px;
}
#members-list.item-list.col-xs-12 > li > .item-list-content {
  min-height: 310px;
  border: 1px solid #ccc;
  -moz-box-shadow: 10px 10px 5px #888888;
  box-shadow: 5px 5px 5px #ccc;
  border-radius: 10px;
}
#members-list.item-list.col-xs-12 > li > .item-list-content>div.action {
  top: 18px;
  right: 18px;
}

/*--------------------------发布职位-----------------------------*/
.post-job-outer{
  padding-top: 5px;
  background-color: #fff;
  padding: 0 10px 10px;
  box-shadow: 0px 0 4px rgba(0,0,0,0.6);
}
.post-job-outer>.post-job>h3{
  font-size: 23px;
  margin-top: 15px;
  padding: 7px;
  border-bottom: 2px solid #D1191A;
}
.post-job-outer>.acf-form>.acf-form-fields>.acf-field{
  border-top: none;
}
/*------------------------职位的卡片高度-----------------------*/
.post-type-archive-job article .content-row{
  min-height: 135px;
}
/*----------------------------博客-----------------------*/
.post-blog {
  background-color: #fff;
  padding: 10px !important;
  margin-bottom: 0 !important;
}
.post-blog + .post-actions + .post-blog ,.post-blog+.post-blog{
  border-top: 1px solid #ccc;
}
#ajax-load-more .post-blog:nth-child(1){
  border-top: 1px solid #ccc;
}
.post-blog .blog-content{
  margin-left: 70px;
}
.post-blog .blog-img >img{
  border-radius: 8px;
}
.post-blog .blog-content>.blog-content-title>a{
  font-weight: 600;
  font-size: 15px;
}
.post-blog .blog-content>.blog-content-inner>.blog-content-fimg>img{
  margin-top: 0;
  margin-right: 10px;
}
.post-blog .blog-content>.blog-content-inner>.blog-content-fimg{
  float: left;
}
.post-blog .blog-content>.blog-content-inner{
  overflow: auto;
}
.post-blog .blog-content-outer>.blog-info{
  text-align: right;
}

/*-------------标志头像--------------*/
.user-head-fix{
  position: fixed;
  top: 40%;
  right: 5px;
  z-index: 14;
}
.user-head-fix>a>img{
  width: 45px;
  height: 45px;
  border-radius: 8px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.38);
  border: 2px solid rgba(0, 0, 0, 0.5);
}
/*---------------------相关顾问----------------------*/
.related-consultants-content {
  padding: 7px 10px;
  overflow: hidden;
}
.related-consultants-content > img {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}
/*-----------------------供应商库点进去的页面-----------------------*/
body.single-post .site-main#main >div:first-child>span>h2{
  text-align: center;
  padding: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  color: #d1191a;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  font-size: 25px;
}

/*-------------------无结果页面-------------------*/
.no-results time.now-date{
  top:70%;
}

.widget_bp_groups_widget>h4>a,
.widget_bp_core_members_widget>h4>a{
  color: #fff;
}
.recent-blogs-widget,.widget_bp_groups_widget,.widget_bp_core_members_widget{
  background-color: #fff;
  padding-top: 0px;
  margin-top: 20px;
  border: 1px solid rgba(221, 215, 215, 0.73);
}
.widget_bp_groups_widget>.item-options,.widget_bp_core_members_widget>.item-options{
  padding: 0 20px !important;
  font-size: 14px !important;
}
.widget_bp_groups_widget>#groups-list,.widget_bp_core_members_widget>#members-list{
  padding-left: 15px !important;
}
.widget_bp_groups_widget>.item-options>a,.widget_bp_core_members_widget>.item-options>a{
  color: #d1191a;
  font-weight: 600;
}
/*----------------------发动态的中间的发视频------------------*/
.bpfb_toolbar_container>#bpfb_addVideos{
  display: none;
}
/*----------------------资讯single侧边栏------------------*/
body.single-post #primary-sidebar.blog-sidebar>.tabs-widget ul.tabs-nav>li{
  width: 100%;
}
/*----------------------首页上的职位卡片------------------*/
.job-content-row>.col-xs-12:nth-child(3){
  min-height: 64px;
}
/*----------------------职位single页面的序列列表样式------------------*/
body.single-job article.job>.entry-content.col-xs-12>ul{
  list-style: inside;
}
body.single-job article.job>.entry-content.col-xs-12>ol{
  list-style: decimal;
}
.job-basicinfo-content {
  display: flex;
}
.job-basicinfo {
  margin-right: 7px;
}
.job-basicinfo > i {
  color: #d1191a;
}
/*-----------------------首页上的侧边栏-------------------*/
body.home .tabs-widget>.tabs>.tabs-nav{
  width: 100%;
}
body.home .tabs-widget .tabs-nav li a.active{
  padding-bottom: 7px;
}
body.home .tabs-widget .post-text.news-flash{
  margin-top: 17px;
}
.user-self-introduce>.work-software>a{
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
}

/*-----------------------个人中心发布职位------------------------*/
.entry-content>.jobdashboard>a{
  padding: 6px 12px;
  background-color: #d1191a;
  color: #fff;
  border-radius: 4px;
  line-height: 40px;
  margin-left: 10px;
}

#item-meta>.group-header-admin>.group-header-admin-name{
  line-height: 50px;
  margin: 0;
  font-size: 13px;
  color: #333;
}
#item-meta>.group-header-admin+span+span+p{
  color:rgba(31, 94, 191, 0.87);
  font-size: 14px;
}
#item-meta>.group-header-admin>#group-admins>a>img{
  margin: 0 5px !important;
  border-radius: 40px;
  width: 30px;
}
#item-meta>.group-header-admin>#group-admins{
  padding-top: 9px;
}
#item-meta>#group-admins{
  overflow: auto;
}
#cover-image-container>#item-header-cover-image>#item-actions{
  width: 100% !important;
  max-width: 60% !important;
}
.group-header-admin{
  overflow: auto;
  display: flex;
  justify-content: left;
}

body.my-profile.profile-edit form>.button-nav{
  overflow: auto;
}
body.my-profile.profile-edit form>.button-nav>li{
  margin: 10px 0px 10px -10px !important;
  float: none !important;
  display: inline-block !important;
  padding: 10px 0 0;
  background-color: transparent !important;
}
body.my-profile.profile-edit form>.button-nav>li>a{
  padding: 0 17px !important;
  height: 0;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  border-right: 30px solid transparent !important;
  border-bottom: 30px solid rgba(61, 61, 61, 0.59) !important;
  border-top: none !important;
  border-left: none !important;
  float: left;
  font-weight: 700;
  font-size: 16px !important;
  background-color: transparent !important;
}
body.my-profile.profile-edit form>.button-nav>li>a:hover{
  background-color: transparent;
}
body.my-profile.profile-edit form>.button-nav>li.current>a{
  border-bottom: 30px solid #3D3D3D !important;
}
body.my-profile.profile-edit form>.button-nav{
  padding: 10px !important;
  text-align: left;
}
body.my-profile.profile-edit #item-body>.profile>form>.submit>input{
  color: #fff;
  background-color: #d1191a;
  border: none;
  border-radius: 2px;
  padding: 6px 12px;
}
body.my-profile.profile-edit #item-body>.profile>form>.submit{
  text-align: center;
}
#groups-list.item-list> li.col-xs-12.col-sm-4, #groups-list.item-list> li.col-xs-12.col-sm-4{
  padding: 10px;
}
#groups-list.item-list> li>.item-list-content{
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
}
body.single-item.groups #members-list>li.col-sm-4.col-xs-12{
  border-bottom: none;
}


/*-------------------搜索下的字--------------------*/
label.find-help,label.find-help>a{
  font-size: 13px;
  font-weight: 400;
  color: #888;
}
label.find-help>a:hover {
    color: #d1191a;
}
label.find-help{
  padding-left: 15px;
}
/*--------------------在线客服-------------------*/
#newBridge #nb_icon_wrap.icon-right-center,
#newBridge #nb_icon_wrap.nb-icon-right-center{
  right: 0px;
  top: 91%;
  width: 42px !important;
}
/*-----------------------商城的产品single页面------------------------*/
.row.single-product-up{
  padding: 10px 0px;
  background-color: #fff;
  margin: 20px 0px;
}
/*-------------------------商城侧边栏----------------------------*/
.shop-button > .shop-button-inner > a {
  background-color: rgba(200, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
}
.shop-button > .shop-button-inner {
  padding: 10px 14px;
  text-align: center;
}
.shop-button{
  padding: 0;
  display: flex;
  justify-content: center;
}
.shop-sidebar #expert-widget-2{
  overflow: auto;
}
body.single-product .shop-sidebar .widget:nth-child(1)>.wpfp_widget_view{
  overflow: auto;
}
.widget_product_search .yith-ajaxsearchform-container>form{
  text-align: center;
}
.widget_product_search .yith-ajaxsearchform-container>form>div>.yith-s{
  border-radius: 4px;
  border: 1px solid #888;
  padding: 4px 10px;
}
.widget_product_search .yith-ajaxsearchform-container>form>div>#yith-searchsubmit{
  padding: 3px 15px;
  background-color: #333;
  color: #fff;
  border: none;
}
/*-------------------------商城归档页-----------------------*/
.black-mask{
	width: 100%;
    height: 190px;
    overflow: hidden;
    position: absolute;
    background: #333;
    top: 0;
    left: 0;
}
.intro-text{
	position: absolute;
	width: 80%;
	height: 100px;
	left: -256px;
	top: 70px;
	overflow: hidden;
	color: #fff;
}
li>.product-inner{
  overflow: hidden;
  position: relative;
}
table.procard-bottom-info td{
  border-top:1px solid #ccc;
  padding-top: 5px;
}
table.procard-bottom-info td:nth-child(1){
  border-right: 1px solid #ccc;
}

/*---------------行家卡片---------------*/
.tutor .name {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}

.item-list-content > .item-name {
  line-height: 100px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item-list-content > .item-name > i {
  color: #FE6100;
}

.item-list-content > .item-name > a {
  font-weight: 600;
}

.item-list-content > .item-info .item-head {
  margin-top: -35px;
}

.item-list-content > .item-info .item-head > a > img {
  border-radius: 35px;
  width: 70px;
  margin: 0 !important;
}

.shop-toolbar .shop-view {
    display: none;
}
/*---------------首页，商城商品---------------*/

.related.products>ul.products>li.product>.product-inner>a>span.price>span,
.related.products>ul.products>li.product>.product-inner>a>span.price>ins>span{
  color: #d1191a !important;
}

/*-------------------------商品single页面---------------------------*/
.product>.single-product-up .images .thumbnails.owl-carousel.owl-theme>.owl-controls>.owl-buttons>div{
  margin-top: -95px;
}

/*---------------------------------------*/
.find-all-groups{
  text-align: center;
  color: #d1191a;
}

/*--------------------收到开店信息的页面提示---------------------*/
.gform_confirmation_wrapper .gform_confirmation_message{
  background-color: #fff;
  padding: 30px 15px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
/*------------------需求对接的搜索框样式--------------------*/
.action>.follow-button>.fa:focus{
  cursor: wait !important;
}
.action>.generic-button>a,.action>.generic-button>a:hover{
  border: none !important;
}
.action>.generic-button>a.fa.fa-heart{
  color: #ccc !important;
}
.action>#send-private-message>.send-message{
  color: rgba(31, 94, 191, 0.87);
}

/*---------------个人中心资料编辑的单选选项按钮----------------------*/
#profile-edit-form>.field_type_radio>.radio>.input-options>label>input{
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}

/*----------------------single公司页面代理商logo图片*/
body.single-company .software-single-resellers>article .row-cursor>.col-xs-4.companylogo{
  padding: 0;
  margin-top: 10px;
}
/*----------------------single软件页面的行家--------------*/
body.single-software .row.down.col-xs-12 #members-list{
  background-color: #fff;
}
body.single-software .row.down.col-xs-12 #members-list .item-list-content>.action{
  position: absolute;
}
body.single-software .row.down.col-xs-12 #members-list .item-list-content>.action a:hover{
  text-decoration: none;
}
body.single-software .row.down.col-xs-12 #members-list .tutor-content-info > div > span{
  color: #d1191a !important;
  font-size: 13px !important;
}
/*----------------------询价页面--------------*/
article.ask-price{
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 20px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border-radius: 8px;
  padding: 15px;
}
.ask-price .card .card-title {
  padding: 20px 0 15px 30px;
  font-size: 16px;
  border-bottom: 1px dotted #dadada;
}
.ask-price .card .card-cont .listul {
  padding: 15px 15px 0 0;
}
.ask-price .card .card-cont .listul li {
  line-height: 28px;
  padding: 8px 0 8px 10px;
  display: flex;
  flex-wrap: wrap;
}
.ask-price .card .card-cont .listul li .name {
  width: 130px;
  float: left;
  text-align: left;
}
.ask-price .card .card-cont .listul li .show {
  margin-left: 10px;
  min-height: 28px;
}
em.red {
  color: #d1191a;
}
span.grey-999 {
  color: #888;
}
.listul li .show label {
  font-size: 12px;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.ask-price .card .card-cont .listul li .name em {
  color: #d1191a;
  margin-right: 10px;
}
.blue-remarks {
  color: rgba(31, 94, 191, 0.87);
}
.ask-price .card .card-cont .listul li table{
  width: 80%;
}
.ask-price .card .card-cont .listul li table tr>td{
  border: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ask-price .card .card-cont .listul li table tr>td:nth-child(1){
  text-align: center;
}
.ask-price .card .card-cont .listul li table tr>td:nth-child(2){
  text-align: left;
  padding-left: 10px;
}
.skipcont>input{
  background: #d1191a;
  border: none;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
}
.statement>label{
  display: flex;
  font-weight: 400;
}
.statement>label>input{
  margin-right: 10px;
}
/*----------------header中的菜单---------------------*/
.site-header>.container+.row{
  display: flex;
  justify-content: center;
  background-color: #eeeeef;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.3);
  z-index: 25;
}
.main-navigation #primary-menu>#menu-rfj-main-menu{
  background-color: transparent;
}

#page .site-header {
  z-index: 100;
  position: relative;
}
.row-inner>.site-right-menu{
  margin-left: 15px;
}

/*---------------------------头部菜单内排版-------------------------------*/
.mega-menu-interst>.all-interst,.mega-menu-interst>.all-interst>.part-interst,
.mega-menu-interst>.all-interst>.part-interst>.col-xs-3,
.mega-menu-interst>.all-interst>.part-interst>.col-xs-3>.col-xs-12,
.mega-menu-interst > .all-interst > .part-interst > .col-xs-3 > .col-xs-12 > .col-xs-6 {
  padding: 0;
}

.mega-menu-interst > .all-interst > .part-interst > .col-xs-3 > .col-xs-12 > .col-xs-6 > a {
  font-size: 13px;
  text-align: center;
  color: #888;
  padding: 0;
}

.mega-menu-interst > .all-interst > .part-interst > .col-xs-3 > p > a {
  text-align: center;
  margin: 0;
  color: #d1191a;
  padding: 0;
}
.mega-menu-interst>.all-interst>.part-interst>.col-xs-3{
  margin-bottom: 3px;
}
.mega-menu-interst{
  margin-bottom: 10px;
  overflow: auto;
  border-bottom: 1px solid #d1191a;
}

body.single.single-software #members-list .item-list-content .item-info .item-head {
  text-align: center;
}
/*--------------------评分五星-------------------*/
body.single-company .right-basicinfo .single-logo+h4+p,
.home .col-xs-12.company-logo>img+h2+p{
  color: #FFA738;
}
/*------------------------------------------供应商右侧边栏的认证企业号----------------*/
.authen-head a>img{
  width: 70px;
  border-radius: 35px;
}
.authen-head,.authen-text,.authen-contact{
  text-align: center;
}
.authen-text{
  color: #d1191a;
}
.authen-contact>.generic-button>a{
  color: rgba(31, 94, 191, 0.87);
}
.company-edit-btn{
	position: absolute;
	top: 10px;
	right: 30px;
	background: #f5f5f5;
	color: #d1191a;
	padding: 5px;
	border-radius: 5px;
}
.acf-gallery .acf-gallery-toolbar{
	height: auto !important;
}
.acf-button.button.button-primary {
    background: #d1191a;
    color: white;
    padding: 10px 30px;
}
.acf-gallery .acf-gallery-attachment .thumbnail{
    background-color: transparent;
    border: 0;
    padding: 0;
}
.acf-gallery .acf-gallery-attachment .thumbnail img{
	margin:0;
}
.acf-button.button {
    background: #d1191a;
    color: white;
    padding: 10px 30px;
  border:0;
}
.acf-form-submit {
    margin: 10px;
  text-align: center;
}
.topbar-right .menu li:first-child{
	border-left:0;
}

.company-gallery .flexslider .slides img {
  width: auto;
  display: block;
}

.text-overflow{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-date-view .entry-comments {
  display: none;
}

ul>li>.item-box>a:hover{
  color: white;
  background: #d1191a !important;
}
/*ul li .item-box .active{*/
  /*color: white;*/
  /*background: #d1191a ;*/
/*}*/

.recent-news ul>li>a:hover{
   color: #d1191a;
   background: #FFEFDB
 }

.img-scale{
  transition: all 0.6s;
}
.img-scale:hover {
  transform: scale(1.2);
}

/*活动的卡片的调整*/

.widget-simpletags .st-tag-cloud{
  background: #fff;
}
/*软件菜单的调整*/
.soft >li>a:hover{

  background: white;
  color: #d1191a;
  border-bottom: 0;
  border-radius: 8px 8px 0px 0px;
}
.row .soft li.current a, .row .soft li.current a:hover {
  line-height: 29px;
  color: #d1191a;
  background: white;
  border-bottom: 0;
  border-radius: 6px 8px 0px 0px;
}
.row .soft .current a{
  line-height: 29px;
  background:#d1191a;
  color: white;
}
.soft .software a{
  border: 0;
}
.soft > .tab-Invalid > a {
  line-height: 29px;
  cursor: not-allowed;
  background:#d1191a;
  color: white;
  border: 0;
}
.soft >.tab-Invalid > a:hover {

  cursor: not-allowed;
  background:#f44336;
  color: white;
  border: 0;
}
.soft li a{
  line-height: 29px;
  color: white;
  background:#d1191a;
}
.soft li{
  /*width:13%;*/
  height: 37px;
  text-align: center;
  border-bottom: 0;
}
#view-more a{
  color: #234aa4;
}
 #view-more>a:hover{
  color: #d1191a;
}

/*显示手机端checkbox框*/
#recommendDealerList input{
  -webkit-appearance: checkbox;
}
/*返回顶部*/
a#goTop {
  z-index:99;
  right: 16px;
  width: 40px;
  bottom: 16px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  background: white;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
}
a#goTop:hover {
  filter: brightness(1.2);
}

/*悬浮qq*/
a,img{border:0;}
.side{position:fixed;width:34px;height:275px;right:40px;z-index:100;}
.side ul li{width:34px;height:36px;float:left;position:relative;border-bottom:1px solid #fff;list-style: none}
.side ul li .sidebox{position:absolute;width:34px;height:35px;top:0;right:0;transition:all 0.3s;background:#7a6e6e;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/35px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:34px;height:35px;line-height:35px;display:inline-block;background:#7a6e6e;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
.icon-chat:hover .chat-tips {
  display: block;
}
.chat-tips {
  padding: 20px;
  border: 1px solid #d1d2d6;
  position: absolute;
  right: 57px;
  top: -68px;
  background-color: #ffffff;
  display: none;
  max-width: 300px;
  width: 180px;
}
.chat-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 80px;
  background-position:-88px -350px;
}
.chat-tips img {
  width: 258px;
  height: 258px;
}
.side-bar a, .chat-tips i {
  background-image: url(/img/gdt-img.png);
  background-repeat: no-repeat;
}
.chat-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 80px;
  background-position: -88px -350px;
}
/*新主页*/
.gb_mb,.gb_rb {
  border-color: transparent;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  left: 1.5px;
  z-index: 1;
  height: 0;
  display: none;
  width: 0;
  -webkit-animation: gb__a .2s;
  animation: gb__a .2s;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0,0,0,.2);
  top: 36px;
}
.gb_lb,.gb_fb {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  display: none;
  position: absolute;
  left: 1.5px;
  top: 37px;
  z-index: 1;
  height: 0;
  width: 0;
  -webkit-animation: gb__a .2s;
  animation: gb__a .2s;
}
#topbar .nav_content{
  margin-right: 15px;
  /*max-height: 348px;*/
  /*height: 496px;*/
  min-height: 196px;
  overflow-y: auto;
  /*width: 320px;*/
  background: #fff;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,.2);
  color: #000;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  display: none;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 44px;
  -webkit-animation: gb__a .2s;
  animation: gb__a .2s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: text;
  transition: height .2s ease-in-out;
}
.gb_9 {
  float: left;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #4273db;
}
.gb_9, .gb_aa {
  position: relative;
  top: 27px;
  visibility: hidden;
}
.gb_aa {
  float: right;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4273db;
}
.gb_ba {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4273db;
}
.gb_ba, .gb_ca {
  left: 37px;
  visibility: hidden;
}
.gb_ca {
  position: absolute;
  top: 59px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4273db;
}
#topbar .nav_content ul{
  background: #fff;
  margin: 0;
  min-height: 100px;
  /*padding: 28px;*/
  padding-right: 27px;
  text-align: left;
  white-space: normal;
  width: 340px;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
#topbar .nav_content ul li .gt_img{
  display: inline-block;
  vertical-align: top;
  background-size: 64px 2065px;
  height: 64px;
  width: 64px;
}
#topbar .nav_content ul li{
  padding: 1px;
  display: inline-block;
   vertical-align: top;
   color: black;
   z-index: 999;
  height: 98px;
  width: 86px;
}
#topbar .nav_content ul li a:hover{
  border: 1px solid #ccc;
}
#topbar .nav_content ul li .gt_txt{
  display: block;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  width: 84px;
  text-overflow: ellipsis;
}
#topbar .nav_content ul li a{
  display: inline-block;
  font-size: 13px;
  margin: 8px 2px;
  text-align: center;
  outline: none;
  /*color: #777777;*/
  text-decoration: none;
}
#condition ul{
  max-width: 672px;
  margin: 0 auto;
  margin-top: 20px;
  /* margin-left: 19.4%; */
  width: 618px;
  position: relative;
  padding: 0;
}
#home_title{
  /*background-size: 272px 92px;*/
  font-size: 38px;
  text-align: center;
  font-family: Arial;
  letter-spacing: 5px;
  color: #0073A0;
  margin-top: 20px;
}
.logo_img{
  /*background: url(/img/mayday.jpg) no-repeat;*/
  height: 140px;
  margin: 0 auto;
  /*width: 500px;*/
  width: 93% ;
  line-height: 140px;
  background-position: center center;
}
#search_d,#search_c{
  cursor: pointer;
  padding: 0px 6px 0;
  width: 87px;
  height:36px;
  /*position: absolute;*/
  /*right: 0;*/
  /*top:2px;*/
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);;
  color: #777777;
  text-align: center;
  background:#d1191a;
}

.header_nav .active{
  color: #d1191a;
  border-top: 1px solid #d1191a;
  border-bottom: none;
}
.cate .cate_botton{
  width: 618px;
  text-align: right;
  margin: 0 auto;

}
.cate .cate_botton a{
  color: #777777;
}
#categories{
  border: 1px solid #c1c1c1;
  display: none;
  margin: 0 auto;
  width: 618px;
  margin-bottom: 20px;
  max-height: 220px;
  min-height: 150px;
  overflow-y: auto;
}
#categories ul li a{
  border-left: 0;
}

#condition ul li{
  display: inline-block;
  /*padding: 5px;*/
}
#condition ul li.company{
  display: inline;
  /*padding: 5px;*/
  margin-left: 10px;
}
#condition ul li.active{
  display: inline;
  border-bottom: 1px solid #d1191a;
  padding-bottom: 5px;
}
#categories ul li .mobile-software-list .mobile-software-list-inner .mobile-software-children{
  border: 0 none;
  margin: 0 5px 5px 0;
  padding: 4px 7px;
  width: 184px;
}
html,body{height:100%;}

.search-wrap{
  position: absolute;
  left: 157px;
  top: 25px;
  font-size: 100%;
  outline: 0 none;
}
.data-input-suggest{
  border: 1px solid #d1191a;
  height: 36px;
  margin-right: -6px;
  padding: 3px 8px;
  vertical-align: top;
  width: 385px;
}
.suggest_submit{
  background: #d1191a none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 75px;
}
/*卡片上的按钮*/
.details-ss-nav {
  /*height: 36px;*/
  line-height: 36px;
  font-size: 14px;
  color: #000000;
  list-style: none;
  padding: 0;
  margin: 0;
}
.details-ss-nav li {
  float: left;
  padding: 0 10px;
}
.case_count{
  /*background: #f6f9fc none repeat scroll 0 0;*/
  border: 1px solid #d1191a;
  border-radius: 2px;
  color: #d1191a;
  margin-bottom: 34px;
  width: 100px;
}

.case_count:hover{
  background:#d1191a ;
  color: white;
}
.loop-item-wrap .case_count.active{
  color: #fff;
  background: #2c55b4;
  border: 1px solid #0d2558;
}

/*头部菜单栏的搜索菜单
*/
#pindao li a:hover{
  color: #d1191a;
}
#pindao .cur{

  border-bottom: 2px solid #d1191a;
}
#pindao .cur a{
  color: #d1191a;
}
/*软件页面分类
*/

.crumb-select-item {
    position: relative;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    font-size: 14px;
    vertical-align: middle;
    /* margin: 0 5px 5px 0; */
    padding: 5px;
    cursor: pointer;
    background: #f3f3f3;
}
.crumb-select-item:hover {
  border-color: #d1191a;
  text-decoration: none;
  background: #fff;
}
.crumb-select-item:hover i {
  color: white;
  background-color: #d1191a;
  background-position: 7px -158px;
}
.crumb-select-item i {
  color: #d1191a;
}
#main .news span a{
  width: 70px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border: 1px solid #d1191a;
  color: #d1191a;
}
#main .news .active a{
  width: 70px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  background: #d1191a;
  color: #fff;
}
#main .news a:hover{
  background: #d1191a;
  color: #fff;
}

/*新改版首页*/
.hot-words{
  float: left;
  height: 28px;
  line-height: 19px;
  overflow: hidden;
  text-align: left;
  /*width: 585px;*/
  /*margin-left: 29px;*/
}
.hot-words a,.ad-hot-words a{
  padding: 6px 11px 0;
  display: inline-block;
  color: white;
}
.ad-hot-words{
  font-size: 14px;
  /*position: relative;*/
  /*left: 62px;*/
  float: left;
  height: 28px;
  line-height: 19px;
  overflow: hidden;
  text-align: left;
  /*width: 600px;*/
}
.change{
  /*height: 100px;*/
  /* float: right; */
  cursor: pointer;
  /*width: 7%;*/
  /*position: absolute;*/
  /*right: 110px;*/
  /*top: 2px;*/
  text-align: right;
}
.nav_function{
  /*width: 20%;*/
  background: #f9f9f9;
  border: 1px solid #dddddd;
  /*float: left;*/
  height: 180px;
  text-align: center;
}
.sort_btn{
  display: block;
  height: 30px;
  width: 70px;
  font-size: 14px;
  /*font-weight: 700;*/
  color: #fff!important;
  border-radius: 2px;
  background: #d1191a;
  margin: 20px auto 0;
  line-height: 30px;
}
.nav_function:hover{
  background: #ebedf4;
}
.nav_title{
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.nav_title :hover{
  color: #d1191a;
}
.function_search{
  height: 373px;
  overflow-y: auto;
  padding-left: 20px;
  padding-top: 20px;
}
.address_search{
  height: 373px;
  overflow-y: auto;
  padding-left: 30px;
  padding-top: 20px;
}
.vendor_search{
  height: 373px;
  overflow-y: auto;
}
.hot_search{
  height: 373px;
  overflow-y: auto;
}
.ind_row1{
  /*width: 24%;*/
  display: inline-block;
  vertical-align: top;
}
.function_title{
  display: inline-block;
  margin-bottom: 35px;
  width: 95%;
}
.ind_row2{
  /*width: 12%;*/
  display: inline-block;
  vertical-align: top;
}
.address_title{
  display: inline-block;
  margin-bottom: 35px;
  width: 80%;
}
.address_title .f_title,.function_title .f_title{
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.address_title ul,.function_title ul{
  list-style-type: none;
  margin: 4px 0 0;
  padding: 0;
}
.address_title ul li,.function_title ul li{
  cursor: pointer;
  margin-top: 12px;
}
.in-block {
  display: inline-block;
}
.mrten {
  margin-right: 10px;
}
.c6 {
  color: #d5d5d5;
}
.review_rant{
  width: 100%;
  margin: auto;
}
.wap_active{
  border:1px solid #d1191a;
  color: #d1191a;
}
.wap_nav_search{
  width: 100%;
  padding-left: 10px;
  height: 140px;
  margin-bottom: 10px;
}
.wap_nav{
  width: 32%;
  float: left;
  border: 1px solid #eee;
  height: 65px;
}
.wap_img_nav{
  height: 30px;
  width:30px;
  margin:10px auto 0px;
  text-align: center;
}
.wap_size{
  text-align: center;
  font-size: 13px;
}
.cat_cur{
  color: #d1191a;
}

/*gform 按钮样式*/
.gform_wrapper input[type=submit],
.gform_wrapper input[type=button] {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: #cb4e4e;
  color: #fff;
  box-shadow: 0 6px #d1191a;
  cursor: pointer;
  padding: 15px 30px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.gform_wrapper input[type=submit]:after,
.gform_wrapper input[type=button]:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=button]:hover {
  box-shadow: 0 4px #d1191a;
  top: 2px;
}

.gform_wrapper input[type=submit]:active,
.gform_wrapper input[type=button]:active {
  box-shadow: 0 0 #d1191a;
  top: 6px;
}
.alm-btn-wrap .alm-load-more-btn.done{
  display:none !important;
}
button.alm-load-more-btn{
  background: #d1191a;
}
button.alm-load-more-btn:hover {
    background-color: #a01010;
}
#pindao a {
  color: #000;
}
.user_leftnav li:hover,.user_leftnav  a:hover{
  background: #f8f8f8;
  color: #d1191a;
}

/*----add_new_software----*/
span#extensions_message{
  display:block;
  margin-top: 15px;
}
/*---------*/


.underline-h {
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1191a;
}

.updated#message {
  background: #1a9e4f;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.soft_description ul li{
  list-style: inside;
}
#ask_answer ul li{
  list-style: none;
}
.crumbs{
  color: #646464;
  width: 100%;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  background: #fff;
}
.red_title{
  color: #d1191a;
}
.software_header{
  background: #fff;
}
.header_left{
  width: 960px;
}
.header_right{
  width: 130px;
}
.rfj_2{
  width: 198px;
}
.rfj_5{
  width: 536px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.m_16{
  margin-right: 16px;
}
.mt_10{
  margin-top: 10px;
}
.mt_7{
  margin-top: 1px;
}
.p_15{
  padding: 15px;
}
.header_left .log_img img{
  width: 198px;
  height: 66px;
  border: 1px solid #eee;
}
.wpfp-link .fa-star, .wpfp-link .fa-star-o,.fa-star{
  color: #FFA70E;
  font-size: 18px;
}
.title_content .title span{
  font-size: 22px ;
  font-weight: bold;
}
.title_content .title .rant{
  font-size: 14px;
  font-weight: 400;
}

.soft_btn{
  width: 812px;
}
.soft_btn .consult{
  background: #D1191A;
  font-size: 14px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;

}
.soft_btn .consult:hover{
  background: #d1191a;
}
.soft_btn_right div{
  width: 122px;
  height: 35px;
  line-height: 35px;
  background: #F2F2F2;
  color: #646464;
  font-size: 14px;
  text-align: center;
}
.soft_btn_right .collect.active{
  background: #FFA70E;
  color: #fff;
}
.soft_nav{
  height: 40px;
  font-size: 14px;
  width:100%;
  min-width: 600px;
  background:#f5f5f6
}
.soft_nav li{
  line-height: 40px;
  float: left;
  width: 10%;
  text-align: center;
  color: #333;
  font-weight: 600;
}
.soft_nav li:hover{
  color: #d1191a;
}
.soft_nav li.active{
  background: #d1191a;
  color: #fff;
}
.soft_nav li.active a{
  color: #fff;
}
.soft_description{
  padding: 0 30px 15px;
}
.load_more{
  text-align: right;
  line-height: 35px;
  color: #646464;
}
.load_more .look_all{
  color: #646464;
}
.load_more .look_all:hover{
  color: #d1191a;
}
/*视频播放*/
video::-internal-media-controls-download-button {
  display:none;
}
video::-webkit-media-controls-enclosure {
  overflow:hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.video_list video{
  width: 329px;
  height: 247px;
}
/*问答开始*/
em{
  font-style: normal;
}
.login-dialog{
  width: 420px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  overflow: hidden;
}
.tw_div{
  width: 420px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  overflow: hidden;
}
.tw_div .ui-dialog-title,.tw_div .ui-dialog-content{

  width: 420px;
  max-width: 100%;

}
.lzl_pager span.tP {
  color: #000;
  font-weight: 700;
  margin: 0 2px;
  padding: 2px 3px;
  width: 10px;
}
.lzl_pager a {
  padding: 0 4px;
  white-space: normal;
}
.textarea-error{
  font-size: 12px;
}
#askAnswerAnonymous{
  vertical-align: -2px;
}
#answer_phone,#phone_verify{
  width: 100%;
  margin-top: 15px;
}
.yzm-btn {
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 31.7px;
  width: 120px;
  color: #333;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.ui-dialog-title {
  position: relative;
  padding: 0 10px;
  height: 31px;
  line-height: 31px;
  background: #f3f3f3;
  font-size: 14px;
  color: #666;
}
.ui-dialog-content {
  padding: 10px;
  overflow: auto;
  background: #fff;
}

.textarea-error {
  color: #e4393c;
  position: absolute;
  left: 0;
  right: -20px;
  bottom: -25px;
  display: none;
}

.ask-wrap {
  text-align: center;
  color: #333;
  /*background:#FAFAFA;*/
}
.ask-wrap .btn-ask {
  display: inline-block;
  line-height: 26px;
  padding: 0 18px;
  margin-left: 12px;
  border: 1px solid #d1191a;
  border-radius: 13px;
  vertical-align: middle;
  color: #d1191a;
}
.ask-wrap .btn-ask:hover{
  background: #d1191a;
  color: #fff;
}
.text_ans{
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 15px;
}
.text_ans textarea{
  width: 100%;
  border: 0px;
  resize: none;
}
.textarea .publish{
  text-align: right;
  margin-top: 10px;
}
.textarea .publish button{
  width: 80px;
  background: #d1191a;
  border: 0;
  color: #fff;
  height: 28px;
}
.textarea .publish .tip{
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
#reply_content ul{
  padding: 0;
  list-style: none;
}
#reply_content li{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.q_list {
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
#reply_content li:hover{
  /*background: #f5f5f5;*/
}
.pack_up{
  /*border: 1px solid #f0f1f2;*/
  border-bottom: 0;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  text-align: center;
  width: 80px;
  background: #f7f8fa;
}

/*问答完*/

/*分页*/
.tab_page,.tabs_page {
  text-align: center;
  padding: 10px 0;
  margin-top: 15px;
  color: #545454;
  font-size: 14px;
}
.tab_page a,.tabs_page a{
  background: #fff;
  color: #666;
  margin-right: 5px;
  border: 1px solid #eee;
  display: inline-block;
  min-width: 25px;
  line-height: 25px;
  padding: 0 2px;
}
.tab_page .current,.tabs_page .current{
  background: #d1191a;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  min-width: 25px;
  line-height: 25px;
  padding: 0 2px;
}
.tab_page a:hover,.tabs_page a:hover{
  text-decoration: none;
  background: #d1191a;
  color: #fff!important;
}
.support a{
  color: #333!important;
}
.none_msg{
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  background: #f5f5f5;
}
.soft_fixed{
  padding: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #fff;
}

.black_title{
  color: #666;
}
.black_title:hover{
  color: #d1191a;
}

.serviceShop-desc-item a{
  position: absolute;
  padding: 22px 0 22px;
  width: 196px;
  display: block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.active{
  top: 0;
}
.look_over:hover span{
  color: #fff!important;
}

.m_15{
  margin-top: 15px;
}
.right_msg{
  text-align: right;
}
.color_content{
  color: #999;
}
.cilck_btn{
  width: 100px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.xun_jia{
  background: linear-gradient(45deg, #ff6e80, #d1191a);
  color: #fff;
  width: 100%;
  line-height: 36px;
  height:36px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  border-radius: 4px;
  webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
button.xun_jia:hover, a.xun_jia:focus,a.xun_jia:hover{
  background: #f44336;
  color: #fff;
}
.xun_jia-o{
  border:1px solid #d1191a;
  background: #fff;
  color: #d1191a;
  width: 120px;
  line-height: 36px;
  height:36px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 4px;
  font-weight: 400;
}
a.xun_jia-o:focus,a.xun_jia-o:hover{
  background: #d1191a;
  color: #fff;
}
.contact_phone{
  background: #fff;
  color: #d1191a;
  width: 100%;
  line-height: 40px;
  height:40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin:5px 0;
}
a.contact_phone:focus,a.contact_phone:hover{
  background: #d1191a;
  color: #fff;
}
.bg_color{
  background: #fff;
  margin-bottom: 10px;
}
.cat_more {
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  color: #3072f6;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background: rgba(48, 114, 246, 0.05);
}
.cat_more:hover {
  color: #d1191a;
}
#enquiry-popup-box{
  z-index: 1000001;
}
/*个人中心右侧操作区*/
.usercenter-workspace{
    background-color: #fff;
    min-height: 600px;
    padding: 15px;
}
.gou_mai{
  background: #1975D2;
  color: #fff;
  width: 120px;
  line-height: 30px;
  height:30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}
.company_location{
  color:#333;
  border: 1px solid #e7e7e7;
  padding: 4px 10px;
  text-align: right;
  max-width: 210px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size:12px;
  position:absolute;
  right:0;
  top:12px;
  margin-right:5px;
}
.entry-header .company_location a{
  color: #333;
}
.show_color{
  animation:myfirst 1s infinite;
  -webkit-animation:myfirst 1s infinite; /* Safari 和 Chrome */
}
@keyframes myfirst
{
  from {color: #d1191a;}
  to {color: #fff;}
}

@-moz-keyframes myfirst /* Firefox */
{
  from {color: #d1191a;}
  to {color: #fff;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
  from {color: #d1191a;}
  to {color: #fff;}
}

@-o-keyframes myfirst /* Opera */
{
  from {color: #d1191a;}
  to {color: #fff;}
}
.rfj_simple_card_wrap{
  border:1px solid #ccc;
  border-radius:10px;
  overflow:hidden
}
.rfj_simple_card_wrap:hover{
  border:1px solid #d1191a;
}
.rfj_simple_card_wrap .rfj_simple_card{
  background-color: #fff;
}
.rfj_simple_card{
  background-color: rgba(255,255,255,0.9);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 30px 0;
}
.rfj_simple_card .entry-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.recommend-software .rfj_simple_card .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-software .rfj_simple_card .xun_jia-o,
.recommend-software .rfj_simple_card .xun_jia,
.recommend-software .rfj_simple_card .software-tags
{
  display: none;
}
div.rightNav2 {
  height: 120px;
  width: 60px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 0px 6px 2px #999;
  z-index: 10000;
}
div.rightNav2 > a {
  display: block;
  text-align: center;
  height: 60px;
  position: relative;
  background-color: #fff;
  color:#d1191a;
}
div.rightNav2 > a:hover {
  background: #d1191a;
  color:#fff;
}
div.rightNav2 > a>img {
  display: block;
  border: none;
  margin: auto;
  width: 30px;
  margin-top: 5px;
}
div.rightNav2 > a>span {
  font-size: 12px;
  color: #d1191a;
  display: block;
}
div.rightNav2 > a:hover span {
  color: #fff;
}
div.rightNav2 > a.list .tel {
  position: absolute;
  top: 0;
  left: -216px;
  width: 216px;
  height: 73px;
  background: url(/img/tip-bg.png) no-repeat;
  font-size: 14px;
  color: #666;
  line-height: 70px;
  text-align: left;
  text-shadow: none;
  display: none;
}
div.rightNav2 > a.list .tel {
  text-align: center;
  color: #d1191a;
}
div.rightNav2 > a:hover img.originImg {
 display: none;
}
div.rightNav2 > a img.hoverImg {
  display: none;
}
div.rightNav2 > a:hover img.hoverImg {
  display: inline;
}
div.rightNav2 > a.list {
  position: relative;
}
div.rightNav2 > a.list:hover .tel {
  display: block;
}
#goTop{
  display: none;
}

div.rightNav2 > a.list .wechat {
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 150px;
  font-size: 14px;
  color: #666;
  line-height: 120px;
  text-align: left;
  text-shadow: none;
  display: none;
  background-color: #d1191a;
}
div.rightNav2 > a.list .wechat {
  text-align: center;
  color: #d1191a;
}
div.rightNav2 > a.list:hover .wechat {
  display: block;
}


.home .bb-posts-owl-carousel>.heading-content{
  display: flex;
}
.home .bb-posts-owl-carousel>.heading-content>h2{
  flex: 1;
}

.woocommerce table.shop_table{
  background-color: #fff;
}
/**修复.checkbox input[type=checkbox] bootstrap**/
.woocommerce form .form-row .input-checkbox{
  position: relative;
}

div#xh-wechat-payment-pay-img{
  background-color: #fff;
  width: 200px;
  height: 200px;
  padding: 10px;
}
.clear{ clear:both}

.home .content{
  padding-top: 0 !important;
}

.info-item-label{
  font-weight: 700;
  color: #333;
  height: 100%;
}
.info-item-value {
  color: #666;
  /*max-width: 294px;*/
  cursor: text;
}
.menu-row {
  right: 0px;
  width: auto;
  color: white;
  display: block;
  padding: 15px 30px;
  line-height: normal;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  font-size: 16px;
}
.menu-row a, .menu-row a:hover, .menu-row:focus {
  color: white;
}

.company_location{
  position:absolute;
  right:0;
  top:12px;
  color:#333;
  border: 1px solid #e7e7e7;
  padding: 4px 10px;
  text-align: right;
  max-width: 110px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.show_color{
  animation:myfirst 1s infinite;
  -webkit-animation:myfirst 1s infinite; /* Safari 和 Chrome */
}
@keyframes myfirst
{
  from {color: #d1191a;}
  to {color: #fff;}
}

@-moz-keyframes myfirst /* Firefox */
{
  from {color: #d1191a;}
  to {color: #fff;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
  from {color: #d1191a;}
  to {color: #fff;}
}

@-o-keyframes myfirst /* Opera */
{
  from {color: #d1191a;}
  to {color: #fff;}
}

article .content-row:hover{
  box-shadow: 2px 2px 2px 3px #aaa;
}
.pay_tag{
  background: #6eb92b;
  color: #fff;
  padding: 2px 8px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  border: 0;
}



.friendship{
  margin: 0 5px;
  color: #b3b3c1;
}
.foot_nav a:hover{
  color: #666;
}
.foot_nav a{
  color: #999;
}
.footer .ruanfujia-link-box {
  padding: 20px 0 0 0;
  background: none;
}

.footer .ruanfujia-link-box .fl .tab {
  height: 40px;
}
.footer .ruanfujia-link-box .fl .tab span.hover {
  background: #999;
  color: #eee;
}

.footer .ruanfujia-link-box .fl .tab span {
  display: inline-block;
  padding: 8px 10px;
  background: #eee;
  color: #666;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.footer .ruanfujia-link-box .fl .link-list {
  clear: both;
}
.footer .ruanfujia-link-box .fl .link-list div {
  display: none;
  min-height: 89px;
}
.footer .ruanfujia-link-box .fl dd a {
  color: #888c8e;
  font-size: 12px;
  display: inline-block;
  margin: 5px 10px 0 0;
}
#scoll {
  left: 50%;
  height: 100%;
  position: absolute;
}
#scoll .box,#scoll .box1{
  width:100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#scoll li{
  float: left;
  width: 100%;
  height: 100%;
  list-style: none;
}
#scoll ol{
  width:100%;
  height: 20px;
  bottom: 10px;
  position: absolute;
}
#scoll ol li{
  width: 35px;
  height: 4px;
  cursor: pointer;
  display: inline;
  margin-left: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.2)
}
#scoll ol .action{
  background-color: rgba(255, 255, 255, 1);
}
#scoll ol li:hover{
  background-color: rgba(255, 255, 255, 1);
}
#scoll ul{
  top: 0px;
  height: 100%;
  padding: 0px;
  margin: 0px auto;
  position: absolute;
}

#scoll .prev,#scoll .next{
  transition: all 0.5s;
}
#scoll .next:hover,#scoll .prev:hover{
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  opacity: 1!important;
  transition: all 0.3s;
}

.single_soft .search-nav li {
  list-style: none;

  padding: 0 20px;

  height: 35px;
  line-height: 35px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.single_soft .search-nav  a{
  color: #333;
}
.single_soft input{
  border: 1px solid #d1191a;
  height: 36px;
  margin-right: -6px;
  padding: 3px 8px;
  width: 385px;
}

.single-nav a{
  color: #333;
}
.top_menu li.menu_li{
  float: left;
  margin-right:44px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.top_menu li.menu_li:last-child {
  margin-right: 0; /* 最后一个<li>的右边距设置为0 */
}
.top_menu li.cat_menu{
  width: 218px;
  background: #d1191a;
}
.top_menu li a.menu_list{
  color: #333;
  font-weight: 600;
}
.catmenu_show:hover .banner-left{
  display: block;
}
.top_menu .active a.menu_list{
  color: #d1191a;
}
.top_menu .menu_list:hover{
  color: #d1191a;
}
a {
  -webkit-transition: 0s;
  transition: 0s;
}
#prompt li:hover{
  background: #f5f5f5;
}


.idulist .catnav,.fuclist .catnav{
  display: inline-block;
  width: 49%;
  text-align: center;
  color: #666;
}
.banner-left {
  width: 220px;
  background: #fff;
  height: 400px;
  z-index: 99;
  border: 1px solid #eee;
}

.banner-left ul ol {
  font-weight: bold;
  padding-left: 10px;
}


.banner-center {
  left: 0px;
  right: 0px;
  width: 100%;
  height: 560px;
  position: absolute;
}

.cate_menu_item {
  overflow: hidden;
  height: 80px;
  padding: 0 10px;
  cursor: pointer;
}

.cate_menu_item:hover {
  background: #f2f2f2;
}

.cate_menu_item a.firstLevel {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.cate_menu_item a.secondLevel {
  color: #666;
  font-weight: 500;
  font-size: 14px;
}

.cate_menu_item a:hover {
  color: #d1191a;
}

.banner-left-sectionContent {
  position: absolute;
  width: 725px;
  background: #fff;
  z-index: 999999;
  top: 0;
  left: 217px;
  border: 1px solid #ccc;
  cursor: pointer;
  visibility: visible;
  display: none;
  height:auto;
  min-height:400px;
}

.banner-left .bannerleft-dlWrap {
  float: left;
  /*border-right: 1px solid #eee;*/
  padding: 0 16px 0 16px;
  margin: 10px 0;
  /*width: 685px;*/
  /*height: 540px;*/
  width: 100%;
  /*height: 330px;*/
  overflow: hidden;
  height:auto;
}

.bannerRight {
  float: right;
  width: 250px;
  height: 560px;
  background: #fff;
  z-index: 98;
  position: relative;
  /*margin-top: 10px;*/
  border: 1px solid #eee;
}

.content_left {
  width: 12%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #d1191a;
  /*font-weight: bold;*/
}

.content_right {
  width: 88%;
  float: left;
}

.son_item {
  width: 20%;
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.content_box {
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
}

.no_border {
  border-bottom: 0;
}

.content_box a {
  color: #333;
  font-size: 12px;
}

.content_box a:hover {
  color: #d1191a;
}

.content_left a {
  color: #d1191a;
}

#banner_right_login:hover {
  background: #f44336;
}


.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.banner-left .bannerleft-ad {
  float: right;
  width: 249px;
}

.banner-left .bannerleft-ad li {
  float: left;
  margin-bottom: 12px;
}

.notice-bd ul {
  margin: 0 12px;
  height: 25px;
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 6px;
}

.notice-bd ul li {
  line-height: 25px;
  height: 25px;
}

.notice-bd ul li a {
  color: #333;
}

.notice-bd ul li a:hover {
  color: #d1191a;
}

.bannerleft-ad a {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
  line-height: 20px;
}

.bannerleft-ad a:hover {
  border: 1px solid #d1191a;
  color: #d1191a;
}

.header_img .avatar{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.banner-left ul ol{
  line-height: 40px;
}

.banner-left .bannerleft-dlWrap{
  width: 100%;
}
.bannerRight{
  height: 400px;
  width: 220px;
  margin-right: 15px;
}

.banner-center{
  height: 400px;
}
.show_data{
  background: #fff;
  border-radius: 4px;
  padding:10px 0;
}
.fl{
  float: left;
}
.show_data .data-list{
  width: 25%;
  height: 100%;
  position: relative;
  text-align: center;
}
.show_data .data-list .red{
  color: #d1191a;
  margin-right: 3px;
  font-size: 36px;
  font-weight:700;
}
.homepage-section-title{
  font-weight:700;
  color: #111e36;
  font-size:24px;
}
.show_data .no_border{
  border: 0;
}
.clear:after, .clear:before {
  content: ' ';
  display: table;
}

.special_list{
  background: #fff;
  border-radius: 5px;
  width: 562px;
  margin-right: 15px;
  min-height: 120px;
  margin-bottom: 15px;
  padding: 0 10px;
}
.special_list .special_name{
  width: 80%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.special_list .special_view_more{
  width: 20%;
  text-align: right;
  color: #666;
  font-size: 12px;
}
.special_list .special_view_more a{
  color: #666;
}
.special_list .special_view_more a:hover{
  color: #d1191a;
}

.special_list .news-flash{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0;
}
.special_list .news-flash a{
  color: #666;
}
a.single-news-flash:hover{
  color: #d1191a;
}
.click_scroll{
  position: absolute;
  width: 35px;
  height: 80px;
  line-height: 80px;
  right: 0;
  text-align: center;
  font-size: 24px;
  color: #999;
  cursor: pointer;

}
.click_scroll:hover{
  color: #d1191a;
}
.vendor_tag{
  color: #666;
  font-weight: 600;
  font-size: 16px;
}
.vendor_ul{
  width: 100%;
  margin: 0;
  height: 80px;
  /*float: left;*/
  /*overflow: hidden;*/
}
.vendor_li{
  height: 80px;
  width: 20%;
  float: left;
  position: relative;
}
.vendor_block{
  height: 42px;
  border-left: 1px solid #ddd;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -50%;
}
.h_a_right{
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  padding: 0;
}
.view_more{
  color: #666;
}
.h_a_right .n_sp{
  color: #666;
  border-left: 1px solid #666;
  padding: 0 4px;
}
.n_sp:hover{
  color: #d1191a;
}
.l_cat:hover{
  color: #d1191a;
}
.h_a_right .n_cl{
  border:0;
}
.steplinebox {
  height: 40px;
  clear: both;
  line-height: 40px;
  overflow: hidden;
  color: #fff;
  margin-top: 15px;
  background: -webkit-linear-gradient(left, rgb(204,75,103) , rgb(236,113,115));
  background: -o-linear-gradient(right, rgb(204,75,103) , rgb(236,113,115));
  background: -moz-linear-gradient(right, rgb(204,75,103) , rgb(236,113,115));
  background: linear-gradient(to right, rgb(204,75,103) , rgb(236,113,115));
}
.pl_20 {
  padding-left: 20px;
}
.steplinebox .red{
  color:#fff;
}
.steplinebox .stepline {
  float: right;
  font-size: 14px;
}
.steplinebox .stepline>span {
  float: left;
  height: 40px;
  display: block;
  background: url(/img/point_to.png) no-repeat right 0;
  padding: 0 30px;
  white-space: nowrap;
}
.steplinebox .stepline>span {
  float: left;
  height: 40px;
  display: block;
  padding: 0 30px;
  white-space: nowrap;
}

.f2 .stitle{
  color: #333;
  font-size: 16px;
}
.f2 .stitle:hover{
  color: #d1191a;
}

.margin_right{
  margin-right: 22px;
}
.float_box{
  width: 365px;
  height: 200px;
  background: #fff;
  float: left;
  border-radius: 5px;
}
.fuc_float_box{
  width: 365px;
  background: #fff;
  float: left;
  border-radius: 5px;
  padding: 15px 5px 15px 15px;
  margin-bottom: 20px;
}
.fuc_float_box .fuc_header{
  height:52px;
}
.fuc_float_box .fuc_header .fuc_icon{
  width: 40px;
  float: left;
  margin-right: 10px;
}
.fuc_float_box .fuc_header .fuc_title{
  float: left;
  margin-top: 5px;
}
.fuc_float_box .fuc_tags{
  overflow: hidden;
  height: 120px;
  min-height: 120px;
}
.fuc_float_box .fuc_tags:hover{
  height: 100%;
}
.fuc_float_box .fuc_tags a {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 2px 15px;
  margin-right: 5px;
  margin-top: 5px;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
}
.fuc_float_box .fuc_tags .cterm{
  background: #fff;
}
.fuc_float_box .fuc_tags .cterm:hover{
  background: #d1191a;
  /*border:0;*/
  color: #fff;
}

.p_term a:hover{
  font-size: 15px;
}

.wrapper01 {position:relative;height: 50px;width: 100%;margin:0 auto;border-bottom:1px solid #ddd;background: #fff;}
.wrapper01 .scroller li {height: 50px;color:#333;display: inline-block;line-height: 50px;font-size: 14px;text-align: center;list-style: none;}
.wrapper01 .scroller li a{color:#333;display:block;margin:0 .3rem;font-weight: normal;}
.wrapper01 .scroller li.active{color:black; border-bottom: 2px solid #d1191a;}


#vendormenu {
  background: #d1191a;
  padding: 0 5px;
}

#vendormenu {
  padding: 0;
}
#vendormenu .container{
  padding: 0;
}
#ajax-load-more p, #ajax-load-more ul {
  margin: 0 0 0.6rem;
}

#update_banner {
  right: 20px;
  top: 30px;
  width: 200px;
  height: 75px;
  margin: auto;
  position: absolute;
  text-align: center;
  cursor:pointer;
}

#update_banner h2 {
  top: 0px;
  margin: 0px;
  font-size: 20px;
  padding: 8px 0;
  color: rgba(25, 117, 210, 1);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid rgba(25, 117, 210, 0.5);
}
#update_banner:hover h2 {
  color: rgba(25, 117, 210, 1);
  border: 2px solid rgba(25, 117, 210, 1);
}
#update_banner .must-size {
  bottom: 0;
  color: #eee;
}
#update_banner:hover .must-size {
  color: #fff;
}
#update_banner .must-size, #update_banner h2 {
  left: 0px;
  width: 100%;
  display: block;
  position: absolute;
}
#home_banner #baner_btn{
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
.vendernav {
  float: left;
  padding: 0 5px;
  margin: 0;
  height: 30px;
}
.vendernav>li {
  float: left;
  list-style: none;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
}
.vendernav>li>a{
  color: #fff;
  padding: 6px 50px;
  -webkit-transition: 0s;
  transition: 0s;
}
.vendernav li:hover{
  background: #f5f6fb;
}
.vendernav li:hover a{
  color: #d1191a;
}
.vendernav .active{
  background: #f5f6fb;
}
.vendernav .active a{
  color: #d1191a;
}

.brand_rz:hover{

  color: #d1191a;

}
.brand_rz{

  color: #6b6b6b;

}
.toggle-btn{

  float: right;

  margin: 0 0 0 4px;

  /*height: 24px;*/

  /*line-height: 24px;*/

  /*border: solid 1px #e8e8e8;*/

  padding: 0 9px;

  /*background: #f6f6f6;*/

  color: #6b6b6b;

  cursor: pointer;

  text-decoration: none;

}

.cat-text {

  /*margin-top: 4px;*/

  float: left;

  display: inline;

  /*line-height: 20px;*/

  /*height: 20px;*/

  color: #333;

  text-decoration: none;
  font-weight: bold;

}

.icon-btn-vbarrow{

  float: left;

  margin: 8px 5px 0;

}

.groups{

  /*margin-top: 11px;*/

  position: relative;

}

.group {

  margin-top: -1px;

}


.child_term {

  width: 135px;

  display: inline-block;

  text-align: center;

}

.child_terms {

  width: 135px;

  display: inline-block;

}

.child_term:hover{

  color: #d1191a;

}

.overlay .child_terms:hover{

  color: #d1191a;

}

.function_parent .child_term:hover{

  color: #d1191a;

}

.industry_parent .child_term:hover{

  background: #f5f6fb;

  color: #333;

}

.J_Row{

  position: relative;

  border-top: 1px dashed #dedede;

}

.row-first{

  border-top: none;

}

.type_title{

  color: #333;

}

.overlay {

  display: none;

  position: absolute;

  z-index: 100;

  top: 35px;

  left: -1px;

  right: -1px;

  border: 1px solid #e2e2e2;

  background: #fff;

  padding: 12px 15px;

  -webkit-box-shadow: 0 2px 3px rgba(51,51,51,.1);

  -moz-box-shadow: 0 2px 3px rgba(51,51,51,.1);

  box-shadow: 0 2px 3px rgba(51,51,51,.1);

}

.pro{

  padding: 0 19px 0 4px;

  margin: 7px 5px 0 5px;

  /* height: 20px; */

  line-height: 20px;

  float: left;

  position: relative;

  color: #666;

  border: 1px solid #ccc;

  background: #fff;

}

.pro:hover{

  border: 1px solid #d1191a;

  /*color: #d1191a;*/

}

.pro:hover i{

  color: #d1191a;

}

.f_clear{

  position: absolute;

  right: 6px;

  top:4px;

}

.loadmore {
  color: #3072f6;
}

.loadmore:hover span{
  color: #d1191a;
}

.toggle-btn:hover span{
  color: #d1191a;
}

.alm-btn-wrap .alm-load-more-btn{
  background: #d1191a !important;
}
.staff_badge{
  background: #1975d2;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  margin: 2px;
  border-radius: 2px;
  white-space: nowrap;
}
.section-title{
  font-size: 18px;
  border-left: 4px solid #d1191a;
  padding-left: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.bg-primary{
  background-color: #D1191A;
}
.bg-white{
  background-color: #ffffff;
}
.bg-success{
  background-color: #5cb85c;
}
.bg-info{
  background-color: #1975D2;
}
.bg-warning{
  background-color: #ffc107;
}
.bg-light-blue{
    background-color: rgba(48, 114, 246, 0.05);
}
.bg-grey{
  background-color: #efefef;
}
.bg-fff{
  background-color: #fff;
}
.adbox {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.adbox ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.adbox li {
  height: 100px;
  overflow: hidden;
}
.adbox li a {
  display: block;
}
.adbox img {
  display: block;
  width: 100%;
}

.line-limit-length {
  overflow-x:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.badge{
  max-width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badge-certified{
  background: #6eb92b;
  color: #fff;
  padding: 3px 5px;
}
.badge-primary {
  color: #fff;
  background-color: #d1191a;
}
.badge-danger {
  color: #fff;
  background-color: #d1191a;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-info {
  color: #fff;
  background-color: #1975D2;
}
.badge-warning {
  color: #1f2d3d;
  background-color: #ffc107;
}
.badge-cat{
  display: inline-block;
  min-width: 10px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
  color: #222;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 2px;
  border:1px solid #ccc;
}
.badge-cat:hover, .badge-cat:focus, .badge-cat.active{
  color: #FFF;
  background-color: #d1191a;
  border:1px solid #d1191a;
}
.badge-default{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: normal;
  color: #666;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border: 1px solid sandybrown;
  border-radius: 1rem;
}
a.badge-default:hover, a.badge-default:focus {
  color: #d1191a;
  text-decoration: none;
  cursor: pointer;
}
.text-blue{
color: #3b5998;
}
.xs_list{
margin-bottom: 5px;
}

.homepage-subnav{
  padding: 10px 15px;
  background-color:rgba(255,255,255,0.9);
}

.homepage-subnav .scroll {
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.homepage-subnav .scroll li {
  display: inline-block;
  margin: 0.5625rem 0.625rem 0 0;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  border:1px solid #ddd;
  border-radius: 3px;
}
.homepage-subnav .scroll li:hover {
  background:#d1191a;
  border:1px solid #d1191a;
}
.homepage-subnav .scroll li:hover a {
  color:#fff;
  transition: 0s;
}
.homepage-subnav .scroll li.current-cat{
  color: #FFF;
  background-color: #d1191a;
  border:1px solid #d1191a;
}
.homepage-subnav .scroll li.current-cat a{
  color: #FFF;
}
.pay_tag{
  background: #6eb92b;
  color: #fff;
  padding: 3.5px 8px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  border: 0;
}
.banner li{list-style:none;}
.banner { width:100%; height:340px; margin:auto; position:relative; overflow:hidden;padding:0px; margin:0px;}
.banner .img{width:6000px; position:absolute; left:0px;top:0px;padding:0px; margin:0px;}
.banner .img img{width:100%; height:340px;}
.banner .img li{float:left;}
.banner .img li a p {position: absolute; left: 0px; right: 0px; bottom: 0px; font-size: 16px; text-align: center; background: rgba(85, 85, 85, 1); padding: 5px 0px; margin: 0px; color: white; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.banner .num { position:absolute; width:100%; bottom:30px; left:0px; text-align:center; font-size:0px;padding: 0;}
.banner .num li { width:10px; height:10px; background-color:#888; border-radius:50%;display:inline-block; margin:0px 3px; cursor:pointer;}
.banner .num li.on {background-color: #ff6a00;}
.banner .btn {width: 30px;height: 50px;background-color: #808080;opacity: 0.5; filter:alpha(opacity:0.5); position:absolute;top:50%; margin-top:-25px;
  cursor:pointer;
  text-align:center;
  line-height:50px;
  font-size:40px;
  color:#fff;
  display:none;
  padding: 0;
}
.banner .btn_l { left:0px;}
.banner .btn_r { right:0px;}
.banner:hover .btn { display:block;}
.am-pureview-bar-active{
  z-index: 999999;
}
.banner .fa-pencil,.images .fa-pencil{
  position: absolute;
  font-size: 24px;
  top: 10px;
  right: 10px;
  background: #808080;
  opacity: 0.5;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  display: none;
}
.banner:hover .fa-pencil,.images:hover .fa-pencil { display:block;}

.news_list li{
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.load_more:hover{
  color:#d1191a;
}
.load_more{
  background: #f5f5f5;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin: 15px 0;
  color: #333;
}

.text-both-justify{
  text-align: justify;
}

.content-block{
  background: rgba(255,255,255,0.9);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.mobile-header-fix{
  position: fixed;
  z-index: 99;
  top:0;
  left:0;
  right:0;
  width: 100%;
}

.soft_logo, .view_more {
  max-height: 42px;
  line-height: 42px;
  text-align: center;
  overflow:hidden;
}

.soft_name {
  text-align: center;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.soft_black:hover .soft_name {
  color: #d1191a;
}

.soft_black:hover .view_more {
  color: #d1191a;
}

.friendship li {
  display: inline-block;
}

.vendor_menu li.menu_li {
  float: left;
  width: 11%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin: 0;
  font-size: 16px;
}
.vendor_menu li.menu_li a {
  color:#333;
}
.vendor_menu li.menu_li a:hover {
  color:#d1191a;
}
.vendor_menu li.active.menu_li {
  background: #d1191a;
  color:#fff;
}
.vendor_menu li.active.menu_li a {
  color:#fff;
}

.wedocs-sidebar, .wedocs-single-content{
  background: #fff;
}

.wedocs-single-wrap .wedocs-single-content{
  padding-left: 15px;
  padding-right: 15px;
}

.wedocs-sidebar{
  margin-right:15px;
}

.wedocs-single-wrap .wedocs-sidebar h3.widget-title
{
  border-left: 4px solid #d1191a;
  padding: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background: #fff;
}

.pointing{
  background-color: #fff;
  background-repeat: round;
}
.pointing .cat_name{
  font-size: 2em;
  font-weight: bold;
  color: #404040;
  margin-bottom:15px;
}
.pointing .cat_describe,.speciallist .special_describe{
  color: #666;
  margin: 10px 0;
}
.pointing .guide{
  margin-top: 5px;
}
.speciallist{
  background:#fff;
  padding: 15px 15px;
}
.speciallist .special_name span{
  font-size: 16px;
  color: #404040;
  font-weight: bold;

}
.speciallist .star_tag{
  text-shadow: 0 0 1px #FFA500;
  color: #FFA500;
  /* margin: 3px; */
  font-size: 1.2em;
}
.guidetitle{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
}
.guide_list{
  border: 1px solid #ccc;
  min-height: 260px;
  padding: 15px;
  width: 240px;
}
.guide_list li{
  line-height: 35px;
}
.guide_list li a{
  color: #333;
}
.guide_list .catalogue{
  color: #333;
  font-weight: bold;
}
.guide_list ul.list{
  padding: 0 0 0 18px;
}
.guide_list ul.list li{
  list-style: decimal;
}
.guide_lump{
  padding-bottom: 10px;
  border-bottom: 1.2px dotted #999;
  margin-bottom: 18px;
}
.guide_lump .guide_title{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.guide_lump .guide_content{
  margin-top: 10px;
}
.list_end{
  border-bottom: 0;
}
.guide_fixed{
  position: fixed;
  top: 61px;
}
.guide_fixed_bottom{
  position: fixed;
  bottom: 10px;
}
.guide_list .list li:hover a{
  color: #d1191a;
}
.special_row:hover .special_name span{
  color: #d1191a;
}
.deploy{
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px;
}
.deploy .bold{
  font-weight: bold;
}
.deploy ul{
  margin: 0;
}
.deploy ul li{
  float: left;
  padding: 0 20px;
}

.entry-meta{
  border-bottom: 1px dashed #eee;
  margin-bottom: 5px;
}


.single-enquiry-bread-crumbs {
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color:#666;
  padding: 10px 0 20px;
}

.single-enquiry-bread-crumbs a {
  color:#666;
}

.single-enquiry-bread-crumbs a:hover {
  color:#d1191a;
}
.news-flash{
  margin-top: 10px;
  margin-bottom:10px;
}
.recent-post:hover{
  background: #f2f2f2;
}
.recent-post:hover div span{
  background: #fff!important;
  color:#d1191a!important;
}
.recent-post:hover div a{
  color:#333!important;
  transition: 0.2s;
}

.event_card{
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.event_card .event_title{
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding:10px;
  word-break: break-all;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  font-size:16px;
}
.event_card .event-img-warp{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 56.25% 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event_card .event-badge{
  padding:0 2px;
  position: absolute;
  z-index: 1;
  bottom: 80px;
  right: 0;
  text-align: center;
  line-height: 26px;
}
.event_card .event_tag{
  padding: 5px;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.shadow-none {
  box-shadow: none!important;
}
.shake:hover{
  top: -1px;
  left: -2px;
  -webkit-transform: translate3d(0,-2px,0);
}
.swiper-slide {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 240px;
  position: relative;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: white;
}
.swiper-slide:hover .qtr-circle{
  background: #d1191a;
}
.qtr-circle {
  width: 20px;
  height: 20px;
  border-radius: 0 8px 0 20px;
  float: right;
}
.header_img .avatar {
  width: 60px;
  height: 60px;
}

.book-img-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 100% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}

.book-img-container img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
}

.video-img-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 56.25% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}

.video-img-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-content i.fa.fa-play-circle{
  color: #ccccccd9;
}
.video-content i.fa.fa-play-circle:hover{
  color: #d1191ad9;
}

.rfj-filter{
  padding: 10px;
  line-height: 2;
}
.rfj-filter .rfj-filter-item{
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.rfj-filter .rfj-filter-item a{
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  border: 1px solid #dadada;
  margin-right:5px;
  background-color: #f5f5f5;
  color: #222;
  border-radius: 3px;
}

.rfj-filter .rfj-filter-children a{
  display: block;
  padding: 3px 8px;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 2px;
  border:0;
}
.rfj-filter  a:hover{
  background-color: #d1191a;
  color: #fff;
}

.text-white{
  color: #fff;
}

.embed-responsive-3by2 {
  padding-bottom: 66.67%;
}

.embed-responsive-3by1 {
  padding-bottom: 33.33%;
}

.video-card .video-img-container{
  border-bottom: 1px solid #eee;border-top-left-radius: 6px;border-top-right-radius: 6px;position: relative
}

.video-img-container .video-img-play{
  position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);font-size: 20px;
}

.video-img-container .fa-play-circle{
  color:#33333399;
}

.video-img-container:hover .fa-play-circle{
  color:#d1191a;
}

.video-card{
  position:relative;border:0;padding: 0;overflow: hidden;margin-bottom:30px;
}

.video-card .caption{
  position:relative;height:100px;overflow: hidden;margin-bottom: 5px; padding: 15px 5px; background: #fff;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;
}

.video-card .caption .caption-title{
  font-weight:bold;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-wrap: break-word;display: -webkit-box;height: auto;height: 46px;overflow: hidden;line-height: 23px;white-space: normal;word-break: break-all;font-size:16px;margin-bottom: 10px;
}
.video-card .caption .caption-author{
  text-overflow:ellipsis;color:#666;-webkit-box-orient: vertical;-webkit-line-clamp: 1;word-wrap: break-word;display: -webkit-box;height: auto;max-height: 23px;max-width:calc( 100% - 40px);overflow: hidden;line-height: 23px;white-space: nowrap;word-break: break-all;font-size:12px;
}
.video-card .caption .caption-date
{
  position:absolute;right:5px;bottom:5px;color:#666;-webkit-box-orient: vertical;-webkit-line-clamp: 1;word-wrap: break-word;display: -webkit-box;height: auto;max-height: 23px;overflow: hidden;line-height: 23px;white-space: nowrap;word-break: break-all;font-size:12px;
}

.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 70px;
  z-index: 10;
}

.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  font-size: .8rem;
  line-height: 100%;
  padding: 0.375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}

.ribbon-wrapper .ribbon::before {
  left: 0;
}
.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute;
}

.ribbon-wrapper .ribbon::after {
  right: 0;
}
.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute;
}


.gongdealer-ul li {
  position: relative;
  padding: 15px 0 15px 0 ;
  min-height: 75px;
  border-bottom: 1px dotted #e6e6e6;
}

.gongdealer-ul-pic {
  width: 30%;
  position: absolute;
  top: 14%;
  right:6%;
  overflow: hidden;
  text-align: center;
}

.checkbox-item{
  margin-right: 20px;
  position: relative;
}
.checkbox-item label{
  line-height: 34px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-item input[type="checkbox"] {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  visibility: hidden;
}
/* 设计新的checkbox，位置 */
.checkbox-item label:BEFORE {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #bbb;
  background: #fff;
  cursor: pointer;
}
/* 点击初始的checkbox，将新的checkbox关联起来 */
.checkbox-item input[type="checkbox"]:checked +label:BEFORE {
  content: '\2713';
  display: block;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  background-color: #1890FF;
  color: #ffffff;
}
.gongdealer-linkmore {
  height: 40px;
  line-height: 40px;
}
.gongdealer-linkmore-btn {
  display: block;
  text-align: center;
  background-color: #f8f9fb;
  color: #3e78d5;
}
.js-btn-second-save{
  width:130px;
  height: 40px;
  font-size:18px;
}

.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**wp-favorite-posts**/
.wpfp-hide { display: none; }
.wpfp-img { border: 0; vertical-align: middle; margin-right: 2px; }
.ml-0{
  margin-left: 0!important;
}
.ml-1{
  margin-left: 0.25rem!important;
}
.ml-2{
  margin-left: 0.5rem!important;
}
.ml-3{
  margin-left: 1rem!important;
}
.ml-4{
  margin-left: 1.5rem!important;
}
.ml-5{
  margin-left: 3rem!important;
}
.mr-0{
  margin-right: 0!important;
}
.mr-1{
  margin-right: 0.25rem!important;
}
.mr-2{
  margin-right: 0.5rem!important;
}
.mr-3{
  margin-right: 1rem!important;
}
.mr-4{
  margin-right: 1.5rem!important;
}
.mr-5{
  margin-right: 3rem!important;
}
.mb-0{
  margin-bottom: 0!important;
}
.mb-1{
  margin-bottom: 0.25rem!important;
}
.mb-2{
  margin-bottom: 0.5rem!important;
}
.mb-3{
  margin-bottom: 1rem!important;
}
.mb-4{
  margin-bottom: 1.5rem!important;
}
.mb-5{
  margin-bottom: 3rem!important;
}
.mt-0{
  margin-bottom: 0!important;
}
.mt-1{
  margin-top: 0.25rem!important;
}
.mt-2{
  margin-top: 0.5rem!important;
}
.mt-3{
  margin-top: 1rem!important;
}
.mt-4{
  margin-top: 1.5rem!important;
}
.mt-5{
  margin-top: 3rem!important;
}

.single-reply-message {
  width: 100%;
  /*min-height: 100px;*/
  padding: 15px 20px;
  font-size: 16px;
  background: #f4f9fd;
  margin-bottom:5px;
  border-radius:5px;
  min-height: 24px;
  line-height: 22px;
  text-align: justify;
  white-space: pre-wrap;
}

.single-reply-message time {
  right: 10px;
  bottom: 5px;
  color: #666;
  font-size: 12px;
  position: absolute;
}

.single-reply-item {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  position: relative;
}

.single-reply-user-avatar, .single-reply-user-info{
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}
.single-reply-user-avatar {
  width: 60px;
  text-align: center;
  padding: 0 5px;
}

.single-reply-user-info {
  max-width: calc(100% - 70px);
}


/* footer */
nav#site-navigation {
  width: 100%;
  height: 100%;
  font-size: 0px;
  text-align: left;
  background: white;
  position: relative;
  box-shadow: 0px 0px 7px #d5d5d5;
}
.mobile-footer-btn-box {
  height: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.footer-btn {
  height: 100%;
  color: #d1191a;
  font-size: 16px;
  display: inline-block;
  background: transparent;
}
#round-btn-box {
  height: 36px;
  line-height: 36px;
}
.round-btn {
  width: 36px;
  height: 36px;
  color: #d1191a;
  padding: 0px!important;
  line-height: 0px!important;
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.round-btn:hover, .round-btn:focus {
  color: #d1191a;
}
.round-btn i {
  height: 36px;
  font-size: 24px;
  line-height: 36px;
}

.rectangle-btn {
  line-height: 40px;
  vertical-align: middle;
  border:1px solid #d1191a;
  width: 100%;
  border-radius: 4px;
}
.rectangle-btn:hover, .rectangle-btn:focus {
  color: #d1191a;
}
.rectangle-red-full-btn, .rectangle-red-full-btn:hover, .rectangle-red-full-btn:focus {
  color: white;
  background: #d1191a;
}

.modal-mask, .modal-box {
  top: 0px;
  left: 0px;
  opacity: 0;
  right: 0px;
  bottom: 0px;
  position: fixed;
}
.modal-mask {
  background: rgba(0, 0, 0, 0.45);
}
.modal-mask-close {
  opacity: 0;
  z-index: -100;
}
.modal-mask-open {
  opacity: 1;
  z-index: 1000;
}
.rfj-operator-tools{
  position: fixed;
  top: 40%;
  left: 15px;
  z-index: 1001;
  background: #fff;
}
.label a{
  color:#fff;
}

#faq-accordion .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px;
}

#faq-accordion .panel-title > a:before {
  content: "\f068"; /* Plus sign when collapsed */
  float: right;
  font-family: FontAwesome;
}

#faq-accordion .panel-title > a.collapsed:before {
  content: "\f067"; /* Minus sign when expanded */
  float: right;
  font-family: FontAwesome;
}
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0;
}
.sticky {
  display: block;
}
.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 5px 0 0;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}

.select2-container .select2-selection--single {
  height: 34px; /* 设置你需要的高度 */
  line-height: 34px; /* 让文本垂直居中 */
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px; /* 确保文本垂直居中 */
}
.select2-container .select2-selection--multiple {
  min-height: 34px; /* 设置多选框的最小高度 */
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 32px;
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0,123,255,.5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108,117,125,.5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40,167,69,.5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23,162,184,.5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #1f2d3d;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
  color: #1f2d3d;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255,193,7,.5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220,53,69,.5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248,249,250,.5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52,58,64,.5)
}